mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-21 19:36:59 +00: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…
x
Reference in New Issue
Block a user