diff options
Diffstat (limited to 'llvm/test/Assembler/ConstantExprFoldCast.ll')
-rw-r--r-- | llvm/test/Assembler/ConstantExprFoldCast.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/ConstantExprFoldCast.ll b/llvm/test/Assembler/ConstantExprFoldCast.ll index 07da7aa41a4..094f87be92c 100644 --- a/llvm/test/Assembler/ConstantExprFoldCast.ll +++ b/llvm/test/Assembler/ConstantExprFoldCast.ll @@ -1,7 +1,7 @@ ; This test checks to make sure that constant exprs fold in some simple situations ; RUN: llvm-as < %s | llvm-dis | not grep cast -; RUN: verify-uselistorder %s -preserve-bc-use-list-order +; RUN: verify-uselistorder %s @A = global i32* bitcast (i8* null to i32*) ; Cast null -> fold @B = global i32** bitcast (i32** @A to i32**) ; Cast to same type -> fold |