summaryrefslogtreecommitdiff
path: root/test/torture-s/pr37931.c.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/torture-s/pr37931.c.s')
-rw-r--r--test/torture-s/pr37931.c.s28
1 files changed, 28 insertions, 0 deletions
diff --git a/test/torture-s/pr37931.c.s b/test/torture-s/pr37931.c.s
new file mode 100644
index 000000000..501f61cff
--- /dev/null
+++ b/test/torture-s/pr37931.c.s
@@ -0,0 +1,28 @@
+ .text
+ .file "/b/build/slave/linux/build/src/buildbot/work/gcc/gcc/testsuite/gcc.c-torture/execute/pr37931.c"
+ .globl foo
+ .type foo,@function
+foo: # @foo
+ .param i32, i32
+ .result i32
+# BB#0: # %entry
+ i32.and $push0=, $1, $0
+ i32.const $push1=, 1
+ i32.or $push2=, $pop0, $pop1
+ return $pop2
+func_end0:
+ .size foo, func_end0-foo
+
+ .globl main
+ .type main,@function
+main: # @main
+ .result i32
+# BB#0: # %if.end12
+ i32.const $push0=, 0
+ return $pop0
+func_end1:
+ .size main, func_end1-main
+
+
+ .ident "clang version 3.8.0 "
+ .section ".note.GNU-stack","",@progbits