Fix silly "no newline at end of file" warning

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20809 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-03-24 06:16:18 +00:00
parent 26bc78ed10
commit 246fa6316d

View File

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