diff options
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/loop-prefetch.ll')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/loop-prefetch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/loop-prefetch.ll b/llvm/test/CodeGen/Hexagon/loop-prefetch.ll index 0c6e4581a71..24518421c44 100644 --- a/llvm/test/CodeGen/Hexagon/loop-prefetch.ll +++ b/llvm/test/CodeGen/Hexagon/loop-prefetch.ll @@ -24,4 +24,4 @@ while.end: ; preds = %while.body, %entry ret void } -attributes #0 = { norecurse nounwind "target-cpu"="hexagonv60" "target-features"="-hvx,-hvx-double" } +attributes #0 = { norecurse nounwind "target-cpu"="hexagonv60" "target-features"="-hvx" } |