From: Francois Pichet Date: Sun, 24 Feb 2013 12:34:13 +0000 (+0000) Subject: Typo X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f4aa644dffebcce0545ca583f2d9559a359d8e6c;p=oota-llvm.git Typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175991 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/AArch64/AArch64InstrFormats.td b/lib/Target/AArch64/AArch64InstrFormats.td index 8cb770ea7f8..cb93471058d 100644 --- a/lib/Target/AArch64/AArch64InstrFormats.td +++ b/lib/Target/AArch64/AArch64InstrFormats.td @@ -21,7 +21,7 @@ class A64Inst 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;