Implement folding of loads into floating point operations. This implements:
[oota-llvm.git] / lib / Target / X86 / InstSelectPattern.cpp
index a09d104d418b1ffa3e0ecc494914ef215abb1508..6b848b00ea2f8f558d8e371b2910fb43b3620fd0 100644 (file)
@@ -119,7 +119,6 @@ void ISel::expandCall(SelectionDAG &SD, CallInst &CI) {
 /// into a machine code representation using pattern matching and a machine
 /// description file.
 ///
-FunctionPass *llvm::createX86PatternInstructionSelector(TargetMachine &TM,
-                                                        IntrinsicLowering &IL) {
+FunctionPass *llvm::createX86PatternInstructionSelector(TargetMachine &TM) {
   return new ISel(TM);  
 }