diff options
Diffstat (limited to 'test/Assembler/2003-11-05-ConstantExprShift.ll')
-rw-r--r-- | test/Assembler/2003-11-05-ConstantExprShift.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Assembler/2003-11-05-ConstantExprShift.ll b/test/Assembler/2003-11-05-ConstantExprShift.ll index 86b093e..ddfceca 100644 --- a/test/Assembler/2003-11-05-ConstantExprShift.ll +++ b/test/Assembler/2003-11-05-ConstantExprShift.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as < %s | llvm-dis +; RUN: verify-uselistorder %s define i32 @test() { ret i32 ashr (i32 ptrtoint (i32 ()* @test to i32), i32 2) |