summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/setuge.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/setuge.ll')
-rw-r--r--test/CodeGen/X86/setuge.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/setuge.ll b/test/CodeGen/X86/setuge.ll
index 91f497ff75..5342b1b089 100644
--- a/test/CodeGen/X86/setuge.ll
+++ b/test/CodeGen/X86/setuge.ll
@@ -2,7 +2,7 @@
declare i1 @llvm.isunordered.f32(float, float)
-define float @cmp(float %A, float %B, float %C, float %D) {
+define float @cmp(float %A, float %B, float %C, float %D) nounwind {
entry:
%tmp.1 = fcmp uno float %A, %B ; <i1> [#uses=1]
%tmp.2 = fcmp oge float %A, %B ; <i1> [#uses=1]