[SystemZ] Add test missing from r186148
[oota-llvm.git] / test / Transforms / InstCombine / apint-call-cast-target.ll
index bcaef2df1c5efe398a5b7e7b93f3652aec88b762..7d7c8fa503f17cc4c41f09294e4bb4685e0e99f7 100644 (file)
@@ -1,9 +1,11 @@
-; RUN: opt %s -instcombine | llvm-dis | 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 )