aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2003-05-21-MalformedShiftCrash.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2003-05-21-MalformedShiftCrash.llx')
-rw-r--r--test/Assembler/2003-05-21-MalformedShiftCrash.llx4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Assembler/2003-05-21-MalformedShiftCrash.llx b/test/Assembler/2003-05-21-MalformedShiftCrash.llx
new file mode 100644
index 0000000..33e20e3
--- /dev/null
+++ b/test/Assembler/2003-05-21-MalformedShiftCrash.llx
@@ -0,0 +1,4 @@
+; Found by inspection of the code
+; RUN: llvm-as < %s > /dev/null |& grep {Logical operator requires integral}
+
+global i32 ashr (float 1.0, float 2.0)