X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FX86%2FInstSelectPattern.cpp;h=6b848b00ea2f8f558d8e371b2910fb43b3620fd0;hb=95157f7638b8bfec65c99ec29115440577c31fa8;hp=a09d104d418b1ffa3e0ecc494914ef215abb1508;hpb=4482715f3d1c165be82bd5aed07231f956e472ef;p=oota-llvm.git diff --git a/lib/Target/X86/InstSelectPattern.cpp b/lib/Target/X86/InstSelectPattern.cpp index a09d104d418..6b848b00ea2 100644 --- a/lib/Target/X86/InstSelectPattern.cpp +++ b/lib/Target/X86/InstSelectPattern.cpp @@ -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); }