summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/apint-call-cast-target.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/InstCombine/apint-call-cast-target.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/apint-call-cast-target.ll6
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/test/Transforms/InstCombine/apint-call-cast-target.ll b/llvm/test/Transforms/InstCombine/apint-call-cast-target.ll
index fe336de7524..7d7c8fa503f 100644
--- a/llvm/test/Transforms/InstCombine/apint-call-cast-target.ll
+++ b/llvm/test/Transforms/InstCombine/apint-call-cast-target.ll
@@ -1,9 +1,11 @@
-; RUN: opt < %s -instcombine -S | grep call | not grep bitcast
+; RUN: opt < %s -instcombine -S | FileCheck %s
target datalayout = "e-p:32:32"
target triple = "i686-pc-linux-gnu"
-
+; CHECK-NOT: bitcast
+; CHECK: call
+; CHECK-NOT: bitcast
define i32 @main() {
entry:
%tmp = call i32 bitcast (i7* (i999*)* @ctime to i32 (i99*)*)( i99* null )
OpenPOWER on IntegriCloud