X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2F2003-05-21-MalformedShiftCrash.llx;h=33e20e384ca980cf6c478f3aa6dcdb729405d98d;hb=36f24cb46dc6a5058e5a5bb07d58f14b05483fba;hp=7a4782e9c31b9724ed127f467dee5611c9f33e2f;hpb=d7c2c2f753ae80257798fd25a879ec17df953c5b;p=oota-llvm.git diff --git a/test/Assembler/2003-05-21-MalformedShiftCrash.llx b/test/Assembler/2003-05-21-MalformedShiftCrash.llx index 7a4782e9c31..33e20e384ca 100644 --- a/test/Assembler/2003-05-21-MalformedShiftCrash.llx +++ b/test/Assembler/2003-05-21-MalformedShiftCrash.llx @@ -1,4 +1,4 @@ ; Found by inspection of the code -; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f 2>&1 | grep "Shift constant expression" +; RUN: llvm-as < %s > /dev/null |& grep {Logical operator requires integral} -global int shr (float 1.0, ubyte 2) +global i32 ashr (float 1.0, float 2.0)