diff options
Diffstat (limited to 'test/Assembler/2006-12-09-Cast-To-Bool.ll')
-rw-r--r-- | test/Assembler/2006-12-09-Cast-To-Bool.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2006-12-09-Cast-To-Bool.ll b/test/Assembler/2006-12-09-Cast-To-Bool.ll index 2ede90a..74d671b 100644 --- a/test/Assembler/2006-12-09-Cast-To-Bool.ll +++ b/test/Assembler/2006-12-09-Cast-To-Bool.ll @@ -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 |