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:
parent
fe8f36d66b
commit
51bfa293c8
@ -20,4 +20,5 @@
|
||||
using namespace llvm;
|
||||
|
||||
LLVMContextImpl::LLVMContextImpl(LLVMContext &C) :
|
||||
Context(C), TheTrueVal(0), TheFalseVal(0) { }
|
||||
Context(C), TheTrueVal(0), TheFalseVal(0) { }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user