Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(440)

Unified Diff: test/CodeGen/X86/x86-64-stack-and-frame-ptr.ll

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/CodeGen/X86/lea-5.ll ('k') | test/MC/ARM/elf-note-nacl.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/CodeGen/X86/x86-64-stack-and-frame-ptr.ll
diff --git a/test/CodeGen/X86/x86-64-stack-and-frame-ptr.ll b/test/CodeGen/X86/x86-64-stack-and-frame-ptr.ll
index c476ffd84053cf4ac56eb5ddaab71ac4699f5d15..f6a7c10945f154eb745f0f24de0ffbeb80c43795 100644
--- a/test/CodeGen/X86/x86-64-stack-and-frame-ptr.ll
+++ b/test/CodeGen/X86/x86-64-stack-and-frame-ptr.ll
@@ -14,11 +14,13 @@
; X32ABI: movl %esp, %ebp
; X32ABI: movl %edi, -4(%ebp)
; X32ABI: popq %rbp
+; @LOCALMOD for sandbox base address hiding.
; NACL-LABEL: foo
-; NACL: pushq %rbp
+; NACL: movl %ebp, %e[[REG:.*]]
+; NACL: pushq %r[[REG]]
; NACL: movq %rsp, %rbp
; NACL: movl %edi, -4(%rbp)
-; NACL: popq %rbp
+; NACL: naclrestbp (%rsp), %r15
define void @foo(i32* %a) #0 {
« no previous file with comments | « test/CodeGen/X86/lea-5.ll ('k') | test/MC/ARM/elf-note-nacl.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698