summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew V. Tischenko <andrew.v.tischenko@gmail.com>2017-07-07 13:41:33 +0000
committerAndrew V. Tischenko <andrew.v.tischenko@gmail.com>2017-07-07 13:41:33 +0000
commita2ab3ed0df919aad797d86dc0dd7f1bdd0ac1a44 (patch)
treef4b284a51f1b50d1977d9284a8d20fbb451ef57a
parent16ee09bf72299f25f06ff15e4466f98b99ca7d11 (diff)
downloadbcm5719-llvm-a2ab3ed0df919aad797d86dc0dd7f1bdd0ac1a44.tar.gz
bcm5719-llvm-a2ab3ed0df919aad797d86dc0dd7f1bdd0ac1a44.zip
NFC: I simply added CHECK-LABEL to prevent false matches in the tests.
llvm-svn: 307397
-rw-r--r--llvm/test/CodeGen/ARM/arguments-nosplit-double.ll1
-rw-r--r--llvm/test/CodeGen/ARM/arguments-nosplit-i64.ll1
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM/arguments-nosplit-double.ll b/llvm/test/CodeGen/ARM/arguments-nosplit-double.ll
index 8e4dee45ddf..bb3710842d3 100644
--- a/llvm/test/CodeGen/ARM/arguments-nosplit-double.ll
+++ b/llvm/test/CodeGen/ARM/arguments-nosplit-double.ll
@@ -8,5 +8,6 @@ define i32 @f(i64 %z, i32 %a, double %b) {
ret i32 %tmp
}
+; CHECK-LABEL: f:
; CHECK-NOT: r3
diff --git a/llvm/test/CodeGen/ARM/arguments-nosplit-i64.ll b/llvm/test/CodeGen/ARM/arguments-nosplit-i64.ll
index 4a08d0a0406..02bdc6cc227 100644
--- a/llvm/test/CodeGen/ARM/arguments-nosplit-i64.ll
+++ b/llvm/test/CodeGen/ARM/arguments-nosplit-i64.ll
@@ -8,5 +8,6 @@ define i32 @f(i64 %z, i32 %a, i64 %b) {
ret i32 %tmp
}
+; CHECK-LABEL: f:
; CHECK-NOT: r3
OpenPOWER on IntegriCloud