summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/si-vector-hang.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-08-22 21:28:54 +0000
committerBill Wendling <isanbard@gmail.com>2013-08-22 21:28:54 +0000
commit80075c482c474c39bd06402550211c314c178404 (patch)
tree86bd85d1a52292fd98f49358b5a12885c451f3bf /test/CodeGen/R600/si-vector-hang.ll
parentcec45be796b88ed99b98411d31bd2ca6dd0fb876 (diff)
downloadllvm-80075c482c474c39bd06402550211c314c178404.tar.gz
llvm-80075c482c474c39bd06402550211c314c178404.tar.bz2
llvm-80075c482c474c39bd06402550211c314c178404.tar.xz
Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'false'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189068 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/si-vector-hang.ll')
-rw-r--r--test/CodeGen/R600/si-vector-hang.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/si-vector-hang.ll b/test/CodeGen/R600/si-vector-hang.ll
index fe53d601d3..c899d3fba6 100644
--- a/test/CodeGen/R600/si-vector-hang.ll
+++ b/test/CodeGen/R600/si-vector-hang.ll
@@ -92,7 +92,7 @@ entry:
ret void
}
-attributes #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-realign-stack" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
+attributes #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-realign-stack" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
!opencl.kernels = !{!0, !1, !2, !3, !4, !5, !6, !7, !8}