summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64InstrFormats.td
diff options
context:
space:
mode:
authorFrancois Pichet <pichet2000@gmail.com>2013-02-24 12:34:13 +0000
committerFrancois Pichet <pichet2000@gmail.com>2013-02-24 12:34:13 +0000
commitf4aa644dffebcce0545ca583f2d9559a359d8e6c (patch)
treeb06f70c866dbe8d74eca3bf518a1a5c8320c4b33 /lib/Target/AArch64/AArch64InstrFormats.td
parentf8db4478f80ef63cf51518affc7b97c9d310bc23 (diff)
downloadllvm-f4aa644dffebcce0545ca583f2d9559a359d8e6c.tar.gz
llvm-f4aa644dffebcce0545ca583f2d9559a359d8e6c.tar.bz2
llvm-f4aa644dffebcce0545ca583f2d9559a359d8e6c.tar.xz
Typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175991 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/AArch64/AArch64InstrFormats.td')
-rw-r--r--lib/Target/AArch64/AArch64InstrFormats.td2
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;