From f4aa644dffebcce0545ca583f2d9559a359d8e6c Mon Sep 17 00:00:00 2001 From: Francois Pichet Date: Sun, 24 Feb 2013 12:34:13 +0000 Subject: [PATCH] Typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175991 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/AArch64/AArch64InstrFormats.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1