diff options
-rw-r--r-- | lib/VMCore/LLVMContextImpl.cpp | 3 |
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) { } + |