summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll')
-rw-r--r--test/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll b/test/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll
index b329520614..d7ef1db635 100644
--- a/test/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll
+++ b/test/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 &&
-; RUN: llvm-as < %s | llc -march=x86 | not grep adc
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 &&
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 | not grep adc
; PR987