diff options
author | Reed Kotler <rkotler@mips.com> | 2013-12-15 20:49:30 +0000 |
---|---|---|
committer | Reed Kotler <rkotler@mips.com> | 2013-12-15 20:49:30 +0000 |
commit | 5c29d63a66aa734407ab782506ee29fc6e871dc5 (patch) | |
tree | 1337cf887eedf7816688a398cb650c35e1f5e98e /llvm/test/CodeGen/Mips/mips16_32_1.ll | |
parent | ddb582896a45ef8a0ba1f4a02ebb953ae7e46a97 (diff) | |
download | bcm5719-llvm-5c29d63a66aa734407ab782506ee29fc6e871dc5.tar.gz bcm5719-llvm-5c29d63a66aa734407ab782506ee29fc6e871dc5.zip |
Last change for mips16 prolog/epilog cleanup and optimization.
Some tiny cosmetic code changes to follow. Because of the wide
ranging nature of the patch a full 24 test cycle was needed to
check against regression. This was the smallest patch I could
make to progress from the earlier ones in the series.
llvm-svn: 197350
Diffstat (limited to 'llvm/test/CodeGen/Mips/mips16_32_1.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/mips16_32_1.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Mips/mips16_32_1.ll b/llvm/test/CodeGen/Mips/mips16_32_1.ll index e156641d4e5..a72cfc84875 100644 --- a/llvm/test/CodeGen/Mips/mips16_32_1.ll +++ b/llvm/test/CodeGen/Mips/mips16_32_1.ll @@ -8,7 +8,6 @@ entry: ; CHECK: .set mips16 # @foo ; CHECK: .ent foo -; CHECK: save {{.+}} -; CHECK: restore {{.+}} +; CHECK: jrc $ra ; CHECK: .end foo attributes #0 = { nounwind "less-precise-fpmad"="false" "mips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" } |