aboutsummaryrefslogtreecommitdiffstats
path: root/test/Bitcode/2006-12-11-Cast-ConstExpr.ll
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2011-05-28 00:15:10 +0000
committerChad Rosier <mcrosier@apple.com>2011-05-28 00:15:10 +0000
commit20ef3439db0e3d8596d2fb743f0cacd21dcc143f (patch)
tree21b905399eb1bb630b8c97a14c566c0d9c2e7304 /test/Bitcode/2006-12-11-Cast-ConstExpr.ll
parent7bf114c1bd0390f4f485905d2fe9c7c6a048b8b7 (diff)
downloadexternal_llvm-20ef3439db0e3d8596d2fb743f0cacd21dcc143f.zip
external_llvm-20ef3439db0e3d8596d2fb743f0cacd21dcc143f.tar.gz
external_llvm-20ef3439db0e3d8596d2fb743f0cacd21dcc143f.tar.bz2
Fix test cases that were previously using grep to use FileCheck
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132237 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Bitcode/2006-12-11-Cast-ConstExpr.ll')
-rw-r--r--test/Bitcode/2006-12-11-Cast-ConstExpr.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Bitcode/2006-12-11-Cast-ConstExpr.ll b/test/Bitcode/2006-12-11-Cast-ConstExpr.ll
index 6df8711..e704627 100644
--- a/test/Bitcode/2006-12-11-Cast-ConstExpr.ll
+++ b/test/Bitcode/2006-12-11-Cast-ConstExpr.ll
@@ -1,7 +1,7 @@
; This test ensures that we get a bitcast constant expression in and out,
; not a sitofp constant expression.
-; RUN: llvm-as < %s | llvm-dis | \
-; RUN: grep {bitcast (}
+; RUN: llvm-as < %s | llvm-dis | FileCheck %s
+; CHECK: bitcast (
@G = external global i32