summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-03-15 21:36:50 +0000
committerChris Lattner <sabre@nondot.org>2005-03-15 21:36:50 +0000
commitdadf4b369eb14a7e457132ead98c7e0c82419bf4 (patch)
treed4ac39dad0bd42934c56c422ab8267c1973d43a9 /llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp
parentaa254d5f7927487d444e0fb9b31bf44f1392c52f (diff)
downloadbcm5719-llvm-dadf4b369eb14a7e457132ead98c7e0c82419bf4.tar.gz
bcm5719-llvm-dadf4b369eb14a7e457132ead98c7e0c82419bf4.zip
Fix a crash that happens when mapping something like this:
{ short, short } to short where the second short maps onto the second field of the first struct. In this case, the struct index is not aligned, so we should avoid calling getLink(2), which asserts out. llvm-svn: 20626
Diffstat (limited to 'llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud