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 |