[llvm-commits] CVS: llvm/lib/CodeGen/MachineFunction.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sat Jan 31 23:26:02 PST 2004
Changes in directory llvm/lib/CodeGen:
MachineFunction.cpp updated: 1.47 -> 1.48
---
Log message:
Fix a bug in a recent checkin
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/CodeGen/MachineFunction.cpp
diff -u llvm/lib/CodeGen/MachineFunction.cpp:1.47 llvm/lib/CodeGen/MachineFunction.cpp:1.48
--- llvm/lib/CodeGen/MachineFunction.cpp:1.47 Fri Jan 30 15:53:46 2004
+++ llvm/lib/CodeGen/MachineFunction.cpp Sat Jan 31 23:25:07 2004
@@ -35,7 +35,7 @@
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) { }
More information about the llvm-commits
mailing list