aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2003-05-21-MalformedShiftCrash.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-02-07 16:40:21 +0000
committerChris Lattner <sabre@nondot.org>2011-02-07 16:40:21 +0000
commitf067d584a81ae771d301304ea885e55e2de8ee9a (patch)
tree9e3fa2842b0884048e3cf0937db440d77d115168 /test/Assembler/2003-05-21-MalformedShiftCrash.ll
parent163a84bbce69947aa314760e6068c704fc0df7a0 (diff)
downloadexternal_llvm-f067d584a81ae771d301304ea885e55e2de8ee9a.zip
external_llvm-f067d584a81ae771d301304ea885e55e2de8ee9a.tar.gz
external_llvm-f067d584a81ae771d301304ea885e55e2de8ee9a.tar.bz2
implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr.
Factor some code better. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125006 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler/2003-05-21-MalformedShiftCrash.ll')
-rw-r--r--test/Assembler/2003-05-21-MalformedShiftCrash.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2003-05-21-MalformedShiftCrash.ll b/test/Assembler/2003-05-21-MalformedShiftCrash.ll
index c661f7c..a845d89 100644
--- a/test/Assembler/2003-05-21-MalformedShiftCrash.ll
+++ b/test/Assembler/2003-05-21-MalformedShiftCrash.ll
@@ -1,4 +1,4 @@
; Found by inspection of the code
-; RUN: not llvm-as < %s > /dev/null |& grep {constexpr requires integer or integer vector operands}
+; RUN: not llvm-as < %s > /dev/null |& grep {constexpr requires integer operands}
global i32 ashr (float 1.0, float 2.0)