diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2014-11-24 09:08:18 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2014-11-24 09:08:18 +0000 |
| commit | 5ca98fd98791947eba83a1ed3f2c8191ef7afa6c (patch) | |
| tree | f5944309621cee4fe0976be6f9ac619b7ebfc4c2 /test/CodeGen/Mips/mips16_32_6.ll | |
| parent | 68bcb7db193e4bc81430063148253d30a791023e (diff) | |
Notes
Diffstat (limited to 'test/CodeGen/Mips/mips16_32_6.ll')
| -rw-r--r-- | test/CodeGen/Mips/mips16_32_6.ll | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/test/CodeGen/Mips/mips16_32_6.ll b/test/CodeGen/Mips/mips16_32_6.ll index a77031af8be6..63323b608bc5 100644 --- a/test/CodeGen/Mips/mips16_32_6.ll +++ b/test/CodeGen/Mips/mips16_32_6.ll @@ -6,12 +6,11 @@ entry: ret void } -; 16: .set mips16 # @foo +; 16: .set mips16 ; 16: .ent foo -; 16: save {{.+}} -; 16: restore {{.+}} +; 16: jrc $ra ; 16: .end foo -; 32: .set nomips16 # @foo +; 32: .set nomips16 ; 32: .ent foo ; 32: .set noreorder ; 32: .set nomacro @@ -27,7 +26,7 @@ entry: ret void } -; 16: .set nomips16 # @nofoo +; 16: .set nomips16 ; 16: .ent nofoo ; 16: .set noreorder ; 16: .set nomacro @@ -38,7 +37,7 @@ entry: ; 16: .set macro ; 16: .set reorder ; 16: .end nofoo -; 32: .set nomips16 # @nofoo +; 32: .set nomips16 ; 32: .ent nofoo ; 32: .set noreorder ; 32: .set nomacro @@ -54,7 +53,7 @@ entry: ret i32 0 } -; 16: .set nomips16 # @main +; 16: .set nomips16 ; 16: .ent main ; 16: .set noreorder ; 16: .set nomacro @@ -66,7 +65,7 @@ entry: ; 16: .set reorder ; 16: .end main -; 32: .set nomips16 # @main +; 32: .set nomips16 ; 32: .ent main ; 32: .set noreorder ; 32: .set nomacro |
