summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-05-05 18:24:33 +0000
committerChris Lattner <sabre@nondot.org>2008-05-05 18:24:33 +0000
commit9c0c60d0801847eead729ccab3791fb530faa224 (patch)
treed5aa268e437d5e7113a3d971200276a821a65f14
parent3917b82e85cef37d886c783c58ef724554327666 (diff)
downloadbcm5719-llvm-9c0c60d0801847eead729ccab3791fb530faa224.tar.gz
bcm5719-llvm-9c0c60d0801847eead729ccab3791fb530faa224.zip
no need for eh info
llvm-svn: 50658
-rw-r--r--llvm/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll b/llvm/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
index 4c39747e910..f909b118bff 100644
--- a/llvm/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
+++ b/llvm/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll
@@ -4,7 +4,7 @@
@R = external global <1 x i64> ; <<1 x i64>*> [#uses=1]
-define void @foo(<1 x i64> %A, <1 x i64> %B) {
+define void @foo(<1 x i64> %A, <1 x i64> %B) nounwind {
entry:
%tmp4 = bitcast <1 x i64> %B to <4 x i16> ; <<4 x i16>> [#uses=1]
%tmp6 = bitcast <1 x i64> %A to <4 x i16> ; <<4 x i16>> [#uses=1]
OpenPOWER on IntegriCloud