Fix the run line and make this test more specific.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 9 Dec 2006 19:39:56 +0000 (19:39 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 9 Dec 2006 19:39:56 +0000 (19:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32403 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/2006-12-09-Cast-To-Bool.ll

index 2ede90aa1cd5c265609f6e64bc09c3478b3020f4..74d671b5d91dfb47e9745a75f8ab7af2ecc4b1a8 100644 (file)
@@ -1,4 +1,4 @@
-; RUN llvm-upgrade < %s | llvm-as
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep bitcast
 bool %main(int %X) {
   %res = cast bool true to bool
   ret bool %res