diff options
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/find-loop-instr.ll')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/find-loop-instr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/find-loop-instr.ll b/llvm/test/CodeGen/Hexagon/find-loop-instr.ll index 1234baf17f5..b9743ad33aa 100644 --- a/llvm/test/CodeGen/Hexagon/find-loop-instr.ll +++ b/llvm/test/CodeGen/Hexagon/find-loop-instr.ll @@ -76,4 +76,4 @@ b21: ; preds = %b20, %b19, %b16, %b br i1 %v23, label %b13, label %b10 } -attributes #0 = { norecurse "target-cpu"="hexagonv60" "target-features"="-hvx,-hvx-double,-long-calls" } +attributes #0 = { norecurse "target-cpu"="hexagonv60" "target-features"="-hvx,-long-calls" } |