summaryrefslogtreecommitdiff
path: root/test/torture-s/shiftopt-1.c.s
blob: 80160c1252d0ebb5f48dd5e85bf46f780c6d8ab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
	.text
	.file	"/b/build/slave/linux/build/src/src/work/gcc/gcc/testsuite/gcc.c-torture/execute/shiftopt-1.c"
	.section	.text.utest,"ax",@progbits
	.hidden	utest
	.globl	utest
	.type	utest,@function
utest:                                  # @utest
	.param  	i32
# BB#0:                                 # %entry
	return
	.endfunc
.Lfunc_end0:
	.size	utest, .Lfunc_end0-utest

	.section	.text.stest,"ax",@progbits
	.hidden	stest
	.globl	stest
	.type	stest,@function
stest:                                  # @stest
	.param  	i32
# BB#0:                                 # %entry
	return
	.endfunc
.Lfunc_end1:
	.size	stest, .Lfunc_end1-stest

	.section	.text.main,"ax",@progbits
	.hidden	main
	.globl	main
	.type	main,@function
main:                                   # @main
	.result 	i32
# BB#0:                                 # %entry
	i32.const	$push0=, 0
	return  	$pop0
	.endfunc
.Lfunc_end2:
	.size	main, .Lfunc_end2-main


	.ident	"clang version 3.9.0 "