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 | c66b7b2582cda9f600cf3ab37e8453b95458db9d (patch) | |
tree | aa0a6807d418ece0a0bcfdff85e6538ce7b221a9 /llvm/test/CodeGen/X86/stack-update-frame-opcode.ll | |
parent | 63c3af69b843a991335c76a05db5cdc49ffdbc6b (diff) | |
download | bcm5719-llvm-c66b7b2582cda9f600cf3ab37e8453b95458db9d.tar.gz bcm5719-llvm-c66b7b2582cda9f600cf3ab37e8453b95458db9d.zip |
Fix typo
llvm-svn: 175530
Diffstat (limited to 'llvm/test/CodeGen/X86/stack-update-frame-opcode.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/stack-update-frame-opcode.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/stack-update-frame-opcode.ll b/llvm/test/CodeGen/X86/stack-update-frame-opcode.ll index 9533ec88215..9a5a2421233 100644 --- a/llvm/test/CodeGen/X86/stack-update-frame-opcode.ll +++ b/llvm/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 |