diff options
| author | Chris Lattner <sabre@nondot.org> | 2011-04-09 06:34:38 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2011-04-09 06:34:38 +0000 |
| commit | 418b1037b0ac8973b3b6d4c4a534eda1cc86898a (patch) | |
| tree | 2926cb72e8cf76a9681f06cb9e1bdcb200a6413c /llvm/test/CodeGen/Thumb2/ldr-str-imm12.ll | |
| parent | ea6afab4b08296c301c8216c3e5f1e1bc4e25aae (diff) | |
| download | bcm5719-llvm-418b1037b0ac8973b3b6d4c4a534eda1cc86898a.tar.gz bcm5719-llvm-418b1037b0ac8973b3b6d4c4a534eda1cc86898a.zip | |
fix two completely broken tests, which were matching due to PR9629.
llvm-svn: 129195
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/ldr-str-imm12.ll')
| -rw-r--r-- | llvm/test/CodeGen/Thumb2/ldr-str-imm12.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/ldr-str-imm12.ll b/llvm/test/CodeGen/Thumb2/ldr-str-imm12.ll index 08265b8fb2b..e1932bd2748 100644 --- a/llvm/test/CodeGen/Thumb2/ldr-str-imm12.ll +++ b/llvm/test/CodeGen/Thumb2/ldr-str-imm12.ll @@ -22,7 +22,7 @@ define %union.rec* @Manifest(%union.rec* %x, %union.rec* %env, %struct.STYLE* %style, %union.rec** %bthr, %union.rec** %fthr, %union.rec** %target, %union.rec** %crs, i32 %ok, i32 %need_expand, %union.rec** %enclose, i32 %fcr) nounwind { entry: -; CHECK: ldr.w {{(r[0-9])|(lr)}}, [r7, #28] +; CHECK: ldr.w {{(r[0-9]+)|(lr)}}, [r7, #28] %xgaps.i = alloca [32 x %union.rec*], align 4 ; <[32 x %union.rec*]*> [#uses=0] %ycomp.i = alloca [32 x %union.rec*], align 4 ; <[32 x %union.rec*]*> [#uses=0] br label %bb20 |

