diff options
Diffstat (limited to 'test/Assembler/2007-01-22-UpgradeMalformedShift.ll')
-rw-r--r-- | test/Assembler/2007-01-22-UpgradeMalformedShift.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Assembler/2007-01-22-UpgradeMalformedShift.ll b/test/Assembler/2007-01-22-UpgradeMalformedShift.ll new file mode 100644 index 0000000..da72cbc --- /dev/null +++ b/test/Assembler/2007-01-22-UpgradeMalformedShift.ll @@ -0,0 +1,4 @@ +; Found by inspection of the code +; RUN: llvm-upgrade < %s > /dev/null |& grep {Shift constant expression} + +global int shr (float 1.0, ubyte 2) |