diff options
Diffstat (limited to 'lib/Target/X86/InstSelectPattern.cpp')
-rw-r--r-- | lib/Target/X86/InstSelectPattern.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/InstSelectPattern.cpp b/lib/Target/X86/InstSelectPattern.cpp index 4b9e381ec1..680cc8fc6c 100644 --- a/lib/Target/X86/InstSelectPattern.cpp +++ b/lib/Target/X86/InstSelectPattern.cpp @@ -112,6 +112,6 @@ void ISel::expandArguments(SelectionDAG &SD, MachineFunction &F) { /// into a machine code representation using pattern matching and a machine /// description file. /// -Pass *createX86PatternInstructionSelector(TargetMachine &TM) { +FunctionPass *createX86PatternInstructionSelector(TargetMachine &TM) { return new ISel(TM); } |