summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/mulhs.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-05-01 15:44:13 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-05-01 15:44:13 +0000
commit450a5a120789b67b27f92631e0acaf754ee99d9e (patch)
tree6b8c77b0cc798376cc8623d6e9e37db92cbac1f0 /test/CodeGen/PowerPC/mulhs.ll
parent6073a0524023454324d2575e8667c72666597bfe (diff)
downloadllvm-450a5a120789b67b27f92631e0acaf754ee99d9e.tar.gz
llvm-450a5a120789b67b27f92631e0acaf754ee99d9e.tar.bz2
llvm-450a5a120789b67b27f92631e0acaf754ee99d9e.tar.xz
Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130658 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/mulhs.ll')
-rw-r--r--test/CodeGen/PowerPC/mulhs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/mulhs.ll b/test/CodeGen/PowerPC/mulhs.ll
index 9ab8d997c0..5b02e187ae 100644
--- a/test/CodeGen/PowerPC/mulhs.ll
+++ b/test/CodeGen/PowerPC/mulhs.ll
@@ -5,7 +5,7 @@
; RUN: not grep add %t
; RUN: grep mulhw %t | count 1
-define i32 @mulhs(i32 %a, i32 %b) {
+define i32 @mulhs(i32 %a, i32 %b) nounwind {
entry:
%tmp.1 = sext i32 %a to i64 ; <i64> [#uses=1]
%tmp.3 = sext i32 %b to i64 ; <i64> [#uses=1]