summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-08-09 22:49:42 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-08-09 22:49:42 +0000
commit7d7051ca3ca050eb2d9df850fa7f7db1605a559c (patch)
treebd843388a81f7533e8c80ccedc3d598fdf64d7b1 /clang/lib/CodeGen/CodeGenModule.cpp
parentc4102d49024f75f94777a5e10872fde4230f1857 (diff)
downloadbcm5719-llvm-7d7051ca3ca050eb2d9df850fa7f7db1605a559c.tar.gz
bcm5719-llvm-7d7051ca3ca050eb2d9df850fa7f7db1605a559c.zip
Don't use pointer-pointers for the register use lists.
Use a more conventional doubly linked list where the Prev pointers form a cycle. This means it is no longer necessary to adjust the Prev pointers when reallocating the VRegInfo array. The test changes are required because the register allocation hint is using the use-list order to break ties. llvm-svn: 161633
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud