llvm-svn: 175530
This commit is contained in:
Eli Bendersky 2013-02-19 17:11:48 +00:00
parent 63c3af69b8
commit c66b7b2582
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ entry:
; There is a 2x2 variation matrix here: ; There is a 2x2 variation matrix here:
; Atoms use LEA to update the SP. Opcode bitness depends on data model. ; 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_LP64: subq $1608
; CORE_ILP32: subl $1608 ; CORE_ILP32: subl $1608