diff options
author | Daniel Sanders <daniel_l_sanders@apple.com> | 2017-04-21 14:09:20 +0000 |
---|---|---|
committer | Daniel Sanders <daniel_l_sanders@apple.com> | 2017-04-21 14:09:20 +0000 |
commit | 419efdd55b0a67a448eeeb48f767e309b5d0d058 (patch) | |
tree | c1f4b046c2bfe6672166dcad9fd749319ae939d0 /llvm/lib/Target/X86/X86.h | |
parent | 347b54b09373a9593ac8b9fc7f2a381374621877 (diff) | |
download | bcm5719-llvm-419efdd55b0a67a448eeeb48f767e309b5d0d058.tar.gz bcm5719-llvm-419efdd55b0a67a448eeeb48f767e309b5d0d058.zip |
Revert r300964 + r300970 - [globalisel][tablegen] Import SelectionDAG's rule predicates and support the equivalent in GIRule.
It's causing llvm-clang-x86_64-expensive-checks-win to fail to compile and I
haven't worked out why. Reverting to make it green while I figure it out.
llvm-svn: 300978
Diffstat (limited to 'llvm/lib/Target/X86/X86.h')
-rw-r--r-- | llvm/lib/Target/X86/X86.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86.h b/llvm/lib/Target/X86/X86.h index 19c93cfff0f..fdcc7e1ab7b 100644 --- a/llvm/lib/Target/X86/X86.h +++ b/llvm/lib/Target/X86/X86.h @@ -95,8 +95,7 @@ void initializeFixupBWInstPassPass(PassRegistry &); /// encoding when possible in order to reduce code size. FunctionPass *createX86EvexToVexInsts(); -InstructionSelector *createX86InstructionSelector(const X86TargetMachine &TM, - X86Subtarget &, +InstructionSelector *createX86InstructionSelector(X86Subtarget &, X86RegisterBankInfo &); void initializeEvexToVexInstPassPass(PassRegistry &); |