diff options
author | Dan Gohman <gohman@apple.com> | 2009-08-01 21:25:46 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-08-01 21:25:46 +0000 |
commit | f26e5286a255393d3bec535d48cc8b0fe241b336 (patch) | |
tree | 5b2b0142e01504eca12dad616e8f036c7717f192 /include | |
parent | f6ff82ea5f4e68e0f26021819f0b02b50349ea5c (diff) | |
download | external_llvm-f26e5286a255393d3bec535d48cc8b0fe241b336.zip external_llvm-f26e5286a255393d3bec535d48cc8b0fe241b336.tar.gz external_llvm-f26e5286a255393d3bec535d48cc8b0fe241b336.tar.bz2 |
Minor whitespace tidiness.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77807 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Target/TargetLowering.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index 1dec92b..c2156d8 100644 --- a/include/llvm/Target/TargetLowering.h +++ b/include/llvm/Target/TargetLowering.h @@ -1085,6 +1085,7 @@ public: assert(0 && "Not Implemented"); return NULL; // this is here to silence compiler errors } + //===--------------------------------------------------------------------===// // Lowering methods - These methods must be implemented by targets so that // the SelectionDAGLowering code knows how to lower these. |