Fix a bug in a recent checkin
authorChris Lattner <sabre@nondot.org>
Sun, 1 Feb 2004 05:25:07 +0000 (05:25 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 1 Feb 2004 05:25:07 +0000 (05:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11050 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineFunction.cpp

index e25fe8d5885aa60a0f2cc61928d4e2c06b680390..6c15ad5c4d9c4ca3bac8c14ceb1da3c29a576859 100644 (file)
@@ -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) { }