mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 23:48:49 +00:00
Typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175991 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f8db4478f8
commit
f4aa644dff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user