Fix the run line and make this test more specific.

llvm-svn: 32403
This commit is contained in:
Reid Spencer 2006-12-09 19:39:56 +00:00
parent 1d3dbd34b7
commit 2fee8a99e2
1 changed files with 1 additions and 1 deletions

View 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