1
0
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:
Chris Lattner 2005-03-24 06:16:18 +00:00
parent 56f3525a1d
commit a42c4a0874

View File

@ -753,4 +753,5 @@ void ISel::Select(SDOperand N) {
///
FunctionPass *llvm::createPPC32ISelPattern(TargetMachine &TM) {
return new ISel(TM);
}
}