diff options
-rw-r--r-- | lib/Target/AArch64/AArch64InstrFormats.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/AArch64/AArch64InstrFormats.td b/lib/Target/AArch64/AArch64InstrFormats.td index 8cb770ea7f..cb93471058 100644 --- a/lib/Target/AArch64/AArch64InstrFormats.td +++ b/lib/Target/AArch64/AArch64InstrFormats.td @@ -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; |