summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86.h
diff options
context:
space:
mode:
authorDaniel Sanders <daniel_l_sanders@apple.com>2017-04-21 14:09:20 +0000
committerDaniel Sanders <daniel_l_sanders@apple.com>2017-04-21 14:09:20 +0000
commit419efdd55b0a67a448eeeb48f767e309b5d0d058 (patch)
treec1f4b046c2bfe6672166dcad9fd749319ae939d0 /llvm/lib/Target/X86/X86.h
parent347b54b09373a9593ac8b9fc7f2a381374621877 (diff)
downloadbcm5719-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.h3
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 &);
OpenPOWER on IntegriCloud