diff options
Diffstat (limited to 'llvm/test/Assembler/2003-05-21-MalformedShiftCrash.ll')
-rw-r--r-- | llvm/test/Assembler/2003-05-21-MalformedShiftCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/2003-05-21-MalformedShiftCrash.ll b/llvm/test/Assembler/2003-05-21-MalformedShiftCrash.ll index d573403a13e..c661f7c0771 100644 --- a/llvm/test/Assembler/2003-05-21-MalformedShiftCrash.ll +++ b/llvm/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 {Logical operator requires integral} +; RUN: not llvm-as < %s > /dev/null |& grep {constexpr requires integer or integer vector operands} global i32 ashr (float 1.0, float 2.0) |