X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FCodeGen%2FThumb%2F2010-07-15-debugOrdering.ll;h=622f55d994f643d9461c4171d9eaf9eb235b7f85;hp=e9f7ad3f4e3017f0078f5b8a4e7cb8f69b9341d6;hb=37ac8d3622407cf5fd974407c5b8b301a2fdfcfd;hpb=bdc09d9b0943a8c5cee29c4f87666eaa97e081d4 diff --git a/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll b/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll index e9f7ad3f4e3..622f55d994f 100644 --- a/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll +++ b/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll @@ -1,5 +1,5 @@ -; RUN: llc -mtriple=thumbv6-apple-darwin10 %s -o - | FileCheck %s -; RUN: opt -strip-debug < %s -o - | llc -mtriple=thumbv6-apple-darwin10 %s -o - | FileCheck %s +; RUN: llc -mtriple=thumbv6-apple-darwin10 < %s | FileCheck %s +; RUN: opt -strip-debug < %s | llc -mtriple=thumbv6-apple-darwin10 | FileCheck %s ; Stripping out debug info formerly caused the last two multiplies to be emitted in ; the other order. 7797940 (part of it dated 6/29/2010..7/15/2010). @@ -10,7 +10,7 @@ define void @_Z19getClosestDiagonal3ii(%0* noalias sret, i32, i32) nounwind { ; CHECK: blx ___muldf3 ; CHECK: blx ___muldf3 -; CHECK: beq LBB0_8 +; CHECK: beq LBB0 ; CHECK: blx ___muldf3 ;