[llvm] r175530 - Fix typo
Eli Bendersky
eliben at google.com
Tue Feb 19 09:11:48 PST 2013
Author: eliben
Date: Tue Feb 19 11:11:48 2013
New Revision: 175530
URL: http://llvm.org/viewvc/llvm-project?rev=175530&view=rev
Log:
Fix typo
Modified:
llvm/trunk/test/CodeGen/X86/stack-update-frame-opcode.ll
Modified: llvm/trunk/test/CodeGen/X86/stack-update-frame-opcode.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/stack-update-frame-opcode.ll?rev=175530&r1=175529&r2=175530&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/stack-update-frame-opcode.ll (original)
+++ llvm/trunk/test/CodeGen/X86/stack-update-frame-opcode.ll Tue Feb 19 11:11:48 2013
@@ -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
More information about the llvm-commits
mailing list