diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2018-07-10 14:47:31 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2018-07-10 14:47:31 +0000 |
commit | eb22ae6c4cd5aff2fdab58df7186bc399853c6fd (patch) | |
tree | 49ac911b3dec9111838013ecf9d5ccec6b1f2e4c /test/CodeGen/backend-unsupported-error.ll | |
parent | 695bff9aae9838e22bfe52909106a76e09782fca (diff) | |
download | clang-eb22ae6c4cd5aff2fdab58df7186bc399853c6fd.tar.gz |
AMDGPU: Try to fix test again
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336681 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/backend-unsupported-error.ll')
-rw-r--r-- | test/CodeGen/backend-unsupported-error.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/backend-unsupported-error.ll b/test/CodeGen/backend-unsupported-error.ll index 083402ecee..75a5992f23 100644 --- a/test/CodeGen/backend-unsupported-error.ll +++ b/test/CodeGen/backend-unsupported-error.ll @@ -21,7 +21,7 @@ entry: ret i32 %call, !dbg !15 } -attributes #0 = { nounwind uwtable "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-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" } +attributes #0 = { nounwind noinline "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-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" } !llvm.dbg.cu = !{!0} !llvm.module.flags = !{!9, !10} |