From cae054f59f3fd57301d294d3cfef3cdbb04af600 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 1 Feb 2004 05:25:07 +0000 Subject: Fix a bug in a recent checkin llvm-svn: 11050 --- llvm/lib/CodeGen/MachineFunction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/MachineFunction.cpp') diff --git a/llvm/lib/CodeGen/MachineFunction.cpp b/llvm/lib/CodeGen/MachineFunction.cpp index e25fe8d5885..6c15ad5c4d9 100644 --- a/llvm/lib/CodeGen/MachineFunction.cpp +++ b/llvm/lib/CodeGen/MachineFunction.cpp @@ -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) { } -- cgit v1.2.3