diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-11-04 00:42:33 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-11-04 00:42:33 +0000 |
commit | ad95ff9fabbabe53044dfb991a06d811f983233c (patch) | |
tree | 5c56a78bfd1b964d715b8bd916431089c6bf81e7 | |
parent | 7883fa942ff004b9c441ff9126a9d57b29d22a5e (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.ll | 2 |
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 |