git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175991 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Francois Pichet 2013-02-24 12:34:13 +00:00
parent f8db4478f8
commit f4aa644dff

View File

@ -21,7 +21,7 @@ class A64Inst<dag outs, dag ins, string asmstr, list<dag> patterns,
InstrItinClass itin>
: Instruction {
// All A64 instructions are 32-bit. This field will be filled in
// graually going down the hierarchy.
// gradually going down the hierarchy.
field bits<32> Inst;
field bits<32> Unpredictable = 0;