diff options
author | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-08-02 20:06:26 +0000 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@auroraux.org> | 2009-08-02 20:06:26 +0000 |
commit | 7b4e503cdc32eb7e8491f028d946f5528025ea7e (patch) | |
tree | 4b39080ded1f9f1619309769b64c86cd2e0245f6 /lib/VMCore/LLVMContextImpl.cpp | |
parent | 83c9e6bc0d7107195f6d7d61204fcb6084c8886f (diff) |
One two many newlines at end of file LLVMContextImpl.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77911 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/LLVMContextImpl.cpp')
-rw-r--r-- | lib/VMCore/LLVMContextImpl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VMCore/LLVMContextImpl.cpp b/lib/VMCore/LLVMContextImpl.cpp index fd7d241d06..5216476fea 100644 --- a/lib/VMCore/LLVMContextImpl.cpp +++ b/lib/VMCore/LLVMContextImpl.cpp @@ -21,4 +21,3 @@ using namespace llvm; LLVMContextImpl::LLVMContextImpl(LLVMContext &C) : Context(C), TheTrueVal(0), TheFalseVal(0) { } - |