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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Assembler/2006-12-09-Cast-To-Bool.ll b/test/Assembler/2006-12-09-Cast-To-Bool.ll index a70262c802c1..91abe770a41c 100644 --- a/test/Assembler/2006-12-09-Cast-To-Bool.ll +++ b/test/Assembler/2006-12-09-Cast-To-Bool.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as < %s | llvm-dis | grep bitcast +; RUN: verify-uselistorder %s define i1 @main(i32 %X) { %res = bitcast i1 true to i1 |