aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-11-04 00:42:33 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-11-04 00:42:33 +0000
commitad95ff9fabbabe53044dfb991a06d811f983233c (patch)
tree5c56a78bfd1b964d715b8bd916431089c6bf81e7
parent7883fa942ff004b9c441ff9126a9d57b29d22a5e (diff)
Fix test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85986 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/Thumb2/machine-licm.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/machine-licm.ll b/test/CodeGen/Thumb2/machine-licm.ll
index f9c56f0714..64309c492d 100644
--- a/test/CodeGen/Thumb2/machine-licm.ll
+++ b/test/CodeGen/Thumb2/machine-licm.ll
@@ -15,7 +15,7 @@ entry:
bb.nph: ; preds = %entry
; CHECK: BB#1
-; CHECK: ldr r{{[0-9]+}}, LCPI1_0
+; CHECK: ldr{{.*}} r{{[0-9]+}}, LCPI1_0
; CHECK: ldr{{.*}} r{{[0-9]+}}, LCPI1_1
%.pre = load i32* @GV, align 4 ; <i32> [#uses=1]
br label %bb