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

Unified Diff: test/MC/X86/nacl-test-ret.s

Issue 1181263004: subclassed MCAsmStreamer (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 6 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 | « lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp ('k') | tools/llvm-mc/llvm-mc.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/MC/X86/nacl-test-ret.s
diff --git a/test/MC/X86/nacl-test-ret.s b/test/MC/X86/nacl-test-ret.s
new file mode 100644
index 0000000000000000000000000000000000000000..a96fe3ffc87a2c506696ce4b3b60da65d996bd3c
--- /dev/null
+++ b/test/MC/X86/nacl-test-ret.s
@@ -0,0 +1,8 @@
+// RUN: llvm-mc -filetype asm -triple i686-unknown-nacl %s | FileCheck %s
+
+ret
+// CHECK: popl %ecx
+// CHECK-NEXT: .bundle_lock
+// CHECK-NEXT: andl $-32, %ecx
+// CHECK-NEXT: jmpl *%ecx
+// CHECK-NEXT: .bundle_unlock
« no previous file with comments | « lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp ('k') | tools/llvm-mc/llvm-mc.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698