summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Zolotukhin <mzolotukhin@apple.com>2018-04-20 13:51:36 +0000
committerMichael Zolotukhin <mzolotukhin@apple.com>2018-04-20 13:51:36 +0000
commitf79d15e432277a67f74e48746ca5bf63a3e11158 (patch)
treed55924e5abbd79664ff1b74c1059993b6a65c91c
parentcd9ccf8824a9aed4e6c9772405c9dbdf32f90531 (diff)
downloadbcm5719-llvm-f79d15e432277a67f74e48746ca5bf63a3e11158.tar.gz
bcm5719-llvm-f79d15e432277a67f74e48746ca5bf63a3e11158.zip
Fix typo in a test.
llvm-svn: 330434
-rw-r--r--llvm/test/Transforms/JumpThreading/removed-use.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/JumpThreading/removed-use.ll b/llvm/test/Transforms/JumpThreading/removed-use.ll
index 4866a11b9c6..bc97429cbae 100644
--- a/llvm/test/Transforms/JumpThreading/removed-use.ll
+++ b/llvm/test/Transforms/JumpThreading/removed-use.ll
@@ -27,7 +27,7 @@ bb6:
ret void
}
-; CHECK-LABEL: bar@
+; CHECK-LABEL: @bar
; Just check that we don't crash on this test.
define void @bar(i1 %p) {
entry:
OpenPOWER on IntegriCloud