1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-27 05:53:07 +01:00

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 363947c376
commit ab212d0054

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