summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/ScalarEvolution/2008-12-15-DontUseSDiv.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Analysis/ScalarEvolution/2008-12-15-DontUseSDiv.ll')
-rw-r--r--llvm/test/Analysis/ScalarEvolution/2008-12-15-DontUseSDiv.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/Analysis/ScalarEvolution/2008-12-15-DontUseSDiv.ll b/llvm/test/Analysis/ScalarEvolution/2008-12-15-DontUseSDiv.ll
index 70006260cb9..d40044e7f86 100644
--- a/llvm/test/Analysis/ScalarEvolution/2008-12-15-DontUseSDiv.ll
+++ b/llvm/test/Analysis/ScalarEvolution/2008-12-15-DontUseSDiv.ll
@@ -1,6 +1,8 @@
-; RUN: opt < %s -analyze -scalar-evolution 2>&1 | grep "/u 5"
+; RUN: opt < %s -analyze -scalar-evolution 2>&1 | FileCheck %s
; XFAIL: *
+; CHECK: /u 5
+
define i8 @foo0(i8 %i0) nounwind {
entry:
br label %bb1
OpenPOWER on IntegriCloud