diff --git a/test/Assembler/2003-05-21-ConstantShiftExpr.ll b/test/Assembler/2003-05-21-ConstantShiftExpr.ll new file mode 100644 index 00000000000..0a4f8c2228f --- /dev/null +++ b/test/Assembler/2003-05-21-ConstantShiftExpr.ll @@ -0,0 +1,3 @@ +; Test that shift instructions can be used in constant expressions. + +global int shl (int 7, ubyte 19)