diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-09-15 06:28:26 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-09-15 06:28:26 +0000 |
commit | 1fbb13e4fa1e6cd077e6581f06638c85824fbd10 (patch) | |
tree | ac4c1236a79a5cd2d0b7d1461e3b887a25a78c31 /lib/CodeGen/LiveIntervalAnalysis.cpp | |
parent | dd4238e04dc8a5144d9c19bd53cf9650d1472309 (diff) |
Forbid arrays of function-type and structures with function-typed fields.
While I'm there, change code that does:
SomeTy == Type::getFooType(Context)
into:
SomeTy->getTypeID() == FooTyID
to decrease the amount of useless type creation which may involve locking, etc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81846 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveIntervalAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions