aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/InstSelectPattern.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/X86/InstSelectPattern.cpp')
-rw-r--r--lib/Target/X86/InstSelectPattern.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/X86/InstSelectPattern.cpp b/lib/Target/X86/InstSelectPattern.cpp
index a09d104d41..6b848b00ea 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);
}