Changes in directory llvm/test/CodeGen/ARM:
arm-negative-stride.ll updated: 1.1 -> 1.2 --- Log message: Fix test case. --- Diffs of the changes: (+1 -1) arm-negative-stride.ll | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/CodeGen/ARM/arm-negative-stride.ll diff -u llvm/test/CodeGen/ARM/arm-negative-stride.ll:1.1 llvm/test/CodeGen/ARM/arm-negative-stride.ll:1.2 --- llvm/test/CodeGen/ARM/arm-negative-stride.ll:1.1 Mon Apr 2 19:13:16 2007 +++ llvm/test/CodeGen/ARM/arm-negative-stride.ll Wed Apr 4 02:41:33 2007 @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=arm | grep -F 'str r1, [r3, -r0, lsl #2]' +; RUN: llvm-as < %s | llc -march=arm | grep "str r1, \[r.*, -r.*, lsl #2]" define void @test(i32* %P, i32 %A, i32 %i) { entry: _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits