Add missing file.
authorDale Johannesen <dalej@apple.com>
Mon, 1 Jun 2009 23:48:58 +0000 (23:48 +0000)
committerDale Johannesen <dalej@apple.com>
Mon, 1 Jun 2009 23:48:58 +0000 (23:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72709 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86.td

index 8df138d8d7a78117f615f3c18f5b5af623af09fe..308edbef802fe8bfaf573975cad7b24fb50324e9 100644 (file)
@@ -151,6 +151,8 @@ def X86InstrInfo : InstrInfo {
                        19,
                        20,
                        24];
+
+  let supportsHasI1 = 1;
 }
 
 //===----------------------------------------------------------------------===//