aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/CPP_min_max.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/CPP_min_max.llx')
-rw-r--r--test/Transforms/InstCombine/CPP_min_max.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/CPP_min_max.llx b/test/Transforms/InstCombine/CPP_min_max.llx
index 0a0baf8..e64d0b9 100644
--- a/test/Transforms/InstCombine/CPP_min_max.llx
+++ b/test/Transforms/InstCombine/CPP_min_max.llx
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep select | not grep 'int\*'
+; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | grep select | not grep 'int\*'
; This testcase corresponds to PR362, which notices that this horrible code
; is generated by the C++ front-end and LLVM optimizers, which has lots of