summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2014-04-12 04:47:04 +0000
committerRichard Trieu <rtrieu@google.com>2014-04-12 04:47:04 +0000
commit97a268d905c09aa1316ee49714cc0fb09df7b83a (patch)
tree1317e71bd6f2cdfcbf645e1bda662047e04d2805
parentd3dd11d62831d8a776386e8e173dfdc0f4acbcc8 (diff)
downloadbcm5719-llvm-97a268d905c09aa1316ee49714cc0fb09df7b83a.tar.gz
bcm5719-llvm-97a268d905c09aa1316ee49714cc0fb09df7b83a.zip
Add extra checks to mvn.ll test to prevent the "f1" check from matching
on a directory name instead of the function name. llvm-svn: 206104
-rw-r--r--llvm/test/CodeGen/ARM/mvn.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/mvn.ll b/llvm/test/CodeGen/ARM/mvn.ll
index 489f2477589..e40ab1ec656 100644
--- a/llvm/test/CodeGen/ARM/mvn.ll
+++ b/llvm/test/CodeGen/ARM/mvn.ll
@@ -73,7 +73,8 @@ entry:
ret i1 %tmp102
}
-; CHECK-LABEL: f1
+; CHECK-LABEL: mvn.ll
+; CHECK-LABEL: @f1
; CHECK: mvn
; CHECK: mvn
; CHECK: mvn
OpenPOWER on IntegriCloud