OSDN Git Service

[Hexagon] Fix typo in testcase
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Mon, 12 Mar 2018 18:29:47 +0000 (18:29 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Mon, 12 Mar 2018 18:29:47 +0000 (18:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327310 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Hexagon/countbits-basic.ll

index f2c21f1..8892dd3 100644 (file)
@@ -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" }