aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86.td
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2009-06-02 03:12:52 +0000
committerDale Johannesen <dalej@apple.com>2009-06-02 03:12:52 +0000
commit747fe522899b2cdc0366b3c125341745ef99f2ba (patch)
tree4d5ee801f6b36ff51fbd06090212d02c4405b1c6 /lib/Target/X86/X86.td
parentb00d928b57f8c212ab25ce3b7480845e53ce909c (diff)
downloadexternal_llvm-747fe522899b2cdc0366b3c125341745ef99f2ba.zip
external_llvm-747fe522899b2cdc0366b3c125341745ef99f2ba.tar.gz
external_llvm-747fe522899b2cdc0366b3c125341745ef99f2ba.tar.bz2
Revert 72707 and 72709, for the moment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72712 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86.td')
-rw-r--r--lib/Target/X86/X86.td2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/X86/X86.td b/lib/Target/X86/X86.td
index 308edbe..8df138d 100644
--- a/lib/Target/X86/X86.td
+++ b/lib/Target/X86/X86.td
@@ -151,8 +151,6 @@ def X86InstrInfo : InstrInfo {
19,
20,
24];
-
- let supportsHasI1 = 1;
}
//===----------------------------------------------------------------------===//