diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-03 15:50:00 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-03 15:50:00 +0000 |
commit | adea16bd9e6d3383e289061ef1b24217758a5142 (patch) | |
tree | ea01777b972d45c61a04366809b15a599716f9bc /llvm/lib/Target/R600/R600ControlFlowFinalizer.cpp | |
parent | b35a211f61c360b4758d79e8c156ac7c3f63df19 (diff) | |
download | llvm-adea16bd9e6d3383e289061ef1b24217758a5142.zip llvm-adea16bd9e6d3383e289061ef1b24217758a5142.tar.gz llvm-adea16bd9e6d3383e289061ef1b24217758a5142.tar.bz2 |
Don't compute a patched/semantic storage class.
For variables and functions clang used to store two storage classes. The one
"as written" in the code and a patched one, which, for example, propagates
static to the following decls.
This apparently is from the days clang lacked linkage computation. It is now
redundant and this patch removes it.
llvm-svn: 178663
Diffstat (limited to 'llvm/lib/Target/R600/R600ControlFlowFinalizer.cpp')
0 files changed, 0 insertions, 0 deletions