Add missing file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72709 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dale Johannesen 2009-06-01 23:48:58 +00:00
parent 4bdf73025a
commit ca46fdd284

View File

@ -151,6 +151,8 @@ def X86InstrInfo : InstrInfo {
19,
20,
24];
let supportsHasI1 = 1;
}
//===----------------------------------------------------------------------===//