diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2014-06-14 04:26:05 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2014-06-14 04:26:05 +0000 |
commit | e682a19a1c07b1da406c2112dc44fc48c688da1c (patch) | |
tree | 4b5e50299fe8df5e0ae8a9b6534b9f620d2ab717 /llvm/lib/Target/R600/AMDGPUFrameLowering.cpp | |
parent | 41aa27c96ba646b4ba8afb920514fc1560987c4b (diff) | |
download | bcm5719-llvm-e682a19a1c07b1da406c2112dc44fc48c688da1c.tar.gz bcm5719-llvm-e682a19a1c07b1da406c2112dc44fc48c688da1c.zip |
R600: Fix asserts related to constant initializers
This would assert if a constant address space was extern
and therefore didn't have an initializer. If the initializer
was undef, it would hit the unreachable unhandled initializer case.
An extern global should never really occur since we don't have
machine linking, but bugpoint likes to remove initializers.
llvm-svn: 210967
Diffstat (limited to 'llvm/lib/Target/R600/AMDGPUFrameLowering.cpp')
0 files changed, 0 insertions, 0 deletions