From 4595528781b8bc9bb9cf6a6fc8ba557ef5bf7d96 Mon Sep 17 00:00:00 2001 From: Nadav Rotem Date: Wed, 26 Dec 2012 04:58:12 +0000 Subject: [PATCH] white space git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171090 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/TargetLowering.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index 3a7053f2882..d7f05ae6a25 100644 --- a/include/llvm/Target/TargetLowering.h +++ b/include/llvm/Target/TargetLowering.h @@ -68,7 +68,6 @@ namespace llvm { }; } - //===----------------------------------------------------------------------===// /// TargetLowering - This class defines information used to lower LLVM code to /// legal SelectionDAG operators that the target instruction selector can accept