diff options
Diffstat (limited to 'test/Assembler/2003-05-21-ConstantShiftExpr.ll')
-rw-r--r-- | test/Assembler/2003-05-21-ConstantShiftExpr.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Assembler/2003-05-21-ConstantShiftExpr.ll b/test/Assembler/2003-05-21-ConstantShiftExpr.ll index 40b96514e045..5b8e5d26f845 100644 --- a/test/Assembler/2003-05-21-ConstantShiftExpr.ll +++ b/test/Assembler/2003-05-21-ConstantShiftExpr.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as %s -o /dev/null +; RUN: verify-uselistorder %s ; Test that shift instructions can be used in constant expressions. global i32 3670016 |