diff options
author | Nadav Rotem <nrotem@apple.com> | 2012-12-26 04:58:12 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2012-12-26 04:58:12 +0000 |
commit | 4595528781b8bc9bb9cf6a6fc8ba557ef5bf7d96 (patch) | |
tree | ea669f3b5270829303dee2739ed8604c02866820 /include/llvm/Target | |
parent | 09a326d3f0fba1b5c519e7e6a45b978ced0c1cc4 (diff) | |
download | external_llvm-4595528781b8bc9bb9cf6a6fc8ba557ef5bf7d96.zip external_llvm-4595528781b8bc9bb9cf6a6fc8ba557ef5bf7d96.tar.gz external_llvm-4595528781b8bc9bb9cf6a6fc8ba557ef5bf7d96.tar.bz2 |
white space
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171090 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target')
-rw-r--r-- | include/llvm/Target/TargetLowering.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index 3a7053f..d7f05ae 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 |