1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00

Fix no newline at end of LLVMContextImpl.cpp

llvm-svn: 77907
This commit is contained in:
Edward O'Callaghan 2009-08-02 19:38:12 +00:00
parent fe8f36d66b
commit 51bfa293c8

View File

@ -20,4 +20,5 @@
using namespace llvm;
LLVMContextImpl::LLVMContextImpl(LLVMContext &C) :
Context(C), TheTrueVal(0), TheFalseVal(0) { }
Context(C), TheTrueVal(0), TheFalseVal(0) { }