summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/isnan.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/isnan.llx')
-rw-r--r--test/CodeGen/X86/isnan.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/isnan.llx b/test/CodeGen/X86/isnan.llx
index df4390a4ab..fb02c1f5dd 100644
--- a/test/CodeGen/X86/isnan.llx
+++ b/test/CodeGen/X86/isnan.llx
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep call
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep call
declare bool %llvm.isunordered(double)
bool %test_isnan(double %X) {