diff options
author | Eli Bendersky <eliben@google.com> | 2013-02-19 17:11:48 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2013-02-19 17:11:48 +0000 |
commit | a4a40080f24a9132cd92c3a3eadec0096d70d878 (patch) | |
tree | a5ae6a6d0c07ec70eed2c2e21e9100e0a043e0c2 /test | |
parent | 063337309e71683fc57c049c10d03d4f8a2ce356 (diff) | |
download | external_llvm-a4a40080f24a9132cd92c3a3eadec0096d70d878.zip external_llvm-a4a40080f24a9132cd92c3a3eadec0096d70d878.tar.gz external_llvm-a4a40080f24a9132cd92c3a3eadec0096d70d878.tar.bz2 |
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175530 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/stack-update-frame-opcode.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/stack-update-frame-opcode.ll b/test/CodeGen/X86/stack-update-frame-opcode.ll index 9533ec8..9a5a242 100644 --- a/test/CodeGen/X86/stack-update-frame-opcode.ll +++ b/test/CodeGen/X86/stack-update-frame-opcode.ll @@ -9,7 +9,7 @@ entry: ; There is a 2x2 variation matrix here: ; Atoms use LEA to update the SP. Opcode bitness depends on data model. -; Cores use sub/add to update the SP. Opcode titness depends on data model. +; Cores use sub/add to update the SP. Opcode bitness depends on data model. ; CORE_LP64: subq $1608 ; CORE_ILP32: subl $1608 |