diff options
-rw-r--r-- | test/CodeGen/X86/2007-07-03-GR64ToVR64.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll b/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll index 4c39747..f909b11 100644 --- a/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll +++ b/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] |