aboutsummaryrefslogtreecommitdiff
path: root/test/NaCl
diff options
context:
space:
mode:
authorEli Bendersky <eliben@chromium.org>2012-11-06 15:50:35 -0800
committerEli Bendersky <eliben@chromium.org>2012-11-06 15:50:35 -0800
commit7b6b379dd37c5cbc04e2afbdaab3a65f00fd56f2 (patch)
treeb58d30d2437cbdfcbd435a7827f3fb585d1ed822 /test/NaCl
parent52da64f36dee339bfdff492dd782d6a3764dd596 (diff)
Clean up the CHECK lines to be less pedantic
BUG=none Review URL: https://codereview.chromium.org/11359078
Diffstat (limited to 'test/NaCl')
-rw-r--r--test/NaCl/ARM/vstr_sandboxing.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/NaCl/ARM/vstr_sandboxing.ll b/test/NaCl/ARM/vstr_sandboxing.ll
index e4af1eb9e5..06aeff1037 100644
--- a/test/NaCl/ARM/vstr_sandboxing.ll
+++ b/test/NaCl/ARM/vstr_sandboxing.ll
@@ -8,6 +8,6 @@ define void @test_vstr_sandbox(<8 x i8>* %ptr) nounwind {
ret void
}
-; CHECK: {{[0-9a-f:]+}} bic r0, r0, #3221225472
-; CHECK-NEXT: {{[0-9a-f:]+}} vstr {{[0-9a-z]+}}, [r0]
+; CHECK: bic r0, r0, #3221225472
+; CHECK-NEXT: vstr {{[0-9a-z]+}}, [r0]