summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2018-03-12 18:29:47 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2018-03-12 18:29:47 +0000
commit36ca823f76f018d2a934ac904c56b8c574661ae2 (patch)
treefdcb153bd837412e68a4730464fa624f93da4342 /llvm/test/CodeGen
parent44a3b7c1304df65e0aff751cac2d7ed365520401 (diff)
downloadbcm5719-llvm-36ca823f76f018d2a934ac904c56b8c574661ae2.tar.gz
bcm5719-llvm-36ca823f76f018d2a934ac904c56b8c574661ae2.zip
[Hexagon] Fix typo in testcase
llvm-svn: 327310
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/Hexagon/countbits-basic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/countbits-basic.ll b/llvm/test/CodeGen/Hexagon/countbits-basic.ll
index f2c21f1e124..8892dd30fb7 100644
--- a/llvm/test/CodeGen/Hexagon/countbits-basic.ll
+++ b/llvm/test/CodeGen/Hexagon/countbits-basic.ll
@@ -71,5 +71,5 @@ declare i64 @llvm.ctlz.i64(i64, i1)
declare i32 @llvm.cttz.i32(i32, i1)
declare i64 @llvm.cttz.i64(i64, i1)
-attributes #0 = { nounwind "target-cpu"="hexagonva55" }
+attributes #0 = { nounwind "target-cpu"="hexagonv55" }
OpenPOWER on IntegriCloud