summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/mulhs.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-04-30 23:03:44 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-04-30 23:03:44 +0000
commit2b3e12d0cb1ad98abaa79353c3ab69d9b06d9ded (patch)
tree133983fa9536c32e57b46e9aa3c13c0d46b065b1 /test/CodeGen/PowerPC/mulhs.ll
parent60045c233a4b88838242abdfb95992d7bf22710d (diff)
Revert the previous patch while I figure out how to make llvm-gcc
less agressive about disabling cfi on linux :-( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130626 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 5b02e187ae8..9ab8d997c0d 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) nounwind {
+define i32 @mulhs(i32 %a, i32 %b) {
entry:
%tmp.1 = sext i32 %a to i64 ; <i64> [#uses=1]
%tmp.3 = sext i32 %b to i64 ; <i64> [#uses=1]