aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/LLVMContextImpl.cpp
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-08-02 20:06:26 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-08-02 20:06:26 +0000
commit7b4e503cdc32eb7e8491f028d946f5528025ea7e (patch)
tree4b39080ded1f9f1619309769b64c86cd2e0245f6 /lib/VMCore/LLVMContextImpl.cpp
parent83c9e6bc0d7107195f6d7d61204fcb6084c8886f (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.cpp1
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) { }
-