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 6d3736b273..0cdade2710 100644
--- a/test/CodeGen/X86/setuge.ll
+++ b/test/CodeGen/X86/setuge.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep 'set'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep 'set'
declare bool %llvm.isunordered.f32(float, float)