summaryrefslogtreecommitdiff
path: root/lib/VMCore/LLVMContextImpl.cpp
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-08-02 19:38:12 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-08-02 19:38:12 +0000
commit079029b949700ca062f148fd6a17be5bc5c3eac6 (patch)
tree05d8f85236fbae8352010b58d33527fb10210efb /lib/VMCore/LLVMContextImpl.cpp
parentece48185168ab130b1777feb86d9e3fe80eb87d2 (diff)
downloadllvm-079029b949700ca062f148fd6a17be5bc5c3eac6.tar.gz
llvm-079029b949700ca062f148fd6a17be5bc5c3eac6.tar.bz2
llvm-079029b949700ca062f148fd6a17be5bc5c3eac6.tar.xz
Fix no newline at end of LLVMContextImpl.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77907 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/LLVMContextImpl.cpp')
-rw-r--r--lib/VMCore/LLVMContextImpl.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/VMCore/LLVMContextImpl.cpp b/lib/VMCore/LLVMContextImpl.cpp
index b29868ae48..fd7d241d06 100644
--- a/lib/VMCore/LLVMContextImpl.cpp
+++ b/lib/VMCore/LLVMContextImpl.cpp
@@ -20,4 +20,5 @@
using namespace llvm;
LLVMContextImpl::LLVMContextImpl(LLVMContext &C) :
- Context(C), TheTrueVal(0), TheFalseVal(0) { } \ No newline at end of file
+ Context(C), TheTrueVal(0), TheFalseVal(0) { }
+