summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2018-04-03 16:05:20 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2018-04-03 16:05:20 +0000
commit45ac73f71a4bd91a0ded12a42d6d188ecdf465b9 (patch)
treebad3af00cadc31f67c4d2a659047c77c1222016f /llvm/test
parent3163610010199e9c12226984797df43d82e8767b (diff)
downloadbcm5719-llvm-45ac73f71a4bd91a0ded12a42d6d188ecdf465b9.tar.gz
bcm5719-llvm-45ac73f71a4bd91a0ded12a42d6d188ecdf465b9.zip
[Hexagon] Remove unneeded attributes from lit test
llvm-svn: 329078
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/Hexagon/brev_ld.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/brev_ld.ll b/llvm/test/CodeGen/Hexagon/brev_ld.ll
index 1e6068b2eb9..0da839e5246 100644
--- a/llvm/test/CodeGen/Hexagon/brev_ld.ll
+++ b/llvm/test/CodeGen/Hexagon/brev_ld.ll
@@ -88,5 +88,5 @@ declare { i32, i8* } @llvm.hexagon.L2.loadruh.pbr(i8*, i32) #1
declare { i32, i8* } @llvm.hexagon.L2.loadrb.pbr(i8*, i32) #1
declare { i32, i8* } @llvm.hexagon.L2.loadrub.pbr(i8*, i32) #1
-attributes #0 = { nounwind readonly "correctly-rounded-divide-sqrt-fp-math"="false" "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "no-signed-zeros-fp-math"="false" "no-trapping-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="hexagonv60" "target-features"="-hvx-double,-long-calls" "unsafe-fp-math"="false" "use-soft-float"="false" }
+attributes #0 = { nounwind readonly "target-cpu"="hexagonv60" }
attributes #1 = { nounwind readonly }
OpenPOWER on IntegriCloud