summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commitd1cef3ecd3773b53b74ebed3892f54568427ea38 (patch)
tree24ad8b2041854282f16a057400f587ed207042c5 /llvm/lib
parent9625048278f88891091653797b356d88c3eaca3c (diff)
downloadbcm5719-llvm-d1cef3ecd3773b53b74ebed3892f54568427ea38.tar.gz
bcm5719-llvm-d1cef3ecd3773b53b74ebed3892f54568427ea38.zip
Typo
llvm-svn: 175991
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/AArch64/AArch64InstrFormats.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64InstrFormats.td b/llvm/lib/Target/AArch64/AArch64InstrFormats.td
index 8cb770ea7f8..cb93471058d 100644
--- a/llvm/lib/Target/AArch64/AArch64InstrFormats.td
+++ b/llvm/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;
OpenPOWER on IntegriCloud