summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocLinearScan.cpp
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-12-20 22:37:29 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-12-20 22:37:29 +0000
commitd8c7a7fbaaafe37b7c4a3ade06838f342d0658ad (patch)
tree1a6b58de6aca5e58a5753f04aca7d3185f784ffb /llvm/lib/CodeGen/RegAllocLinearScan.cpp
parent2406ca8d7152338749b67fc5dcc985b6bd97ac68 (diff)
downloadbcm5719-llvm-d8c7a7fbaaafe37b7c4a3ade06838f342d0658ad.tar.gz
bcm5719-llvm-d8c7a7fbaaafe37b7c4a3ade06838f342d0658ad.zip
Fix PR#193.
Modified ReadArchiveBuffer() so that it dynamically allocates the std::string object used to hold the bytecode object file's name. This is necessary because it is passed by reference to the new Module that is allocated to represent the bytecode object, and previously we were using a std::string that disappeared on function exit. llvm-svn: 10565
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocLinearScan.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud