mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix a bug in a recent checkin
llvm-svn: 11050
This commit is contained in:
parent
3575c84933
commit
2e497b5e42
@ -35,7 +35,7 @@ static AnnotationID MF_AID(
|
||||
namespace {
|
||||
struct Printer : public MachineFunctionPass {
|
||||
std::ostream *OS;
|
||||
const std::string &Banner;
|
||||
const std::string Banner;
|
||||
|
||||
Printer (std::ostream *_OS, const std::string &_Banner) :
|
||||
OS (_OS), Banner (_Banner) { }
|
||||
|
Loading…
Reference in New Issue
Block a user