mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
Fix silly "no newline at end of file" warning
llvm-svn: 20809
This commit is contained in:
parent
56f3525a1d
commit
a42c4a0874
@ -753,4 +753,5 @@ void ISel::Select(SDOperand N) {
|
||||
///
|
||||
FunctionPass *llvm::createPPC32ISelPattern(TargetMachine &TM) {
|
||||
return new ISel(TM);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user