From 36ca823f76f018d2a934ac904c56b8c574661ae2 Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Mon, 12 Mar 2018 18:29:47 +0000 Subject: [Hexagon] Fix typo in testcase llvm-svn: 327310 --- llvm/test/CodeGen/Hexagon/countbits-basic.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/Hexagon/countbits-basic.ll') 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" } -- cgit v1.2.3