Fix for PR341
authorChris Lattner <sabre@nondot.org>
Thu, 15 Jul 2004 02:50:38 +0000 (02:50 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 15 Jul 2004 02:50:38 +0000 (02:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14846 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/InstForest.h

index e41bf8c3a9325d5c013a57100a096b4a35a9aa54..dbeb32a6cbfcc22d1d1c9fd3249b43b65aaad88b 100644 (file)
@@ -123,7 +123,7 @@ public:
     default: o << "UNKNOWN NODE TYPE: " << getNodeType() << "\n"; abort();
     }
 
-    o << getValue();
+    o << *getValue();
     if (!isa<Instruction>(getValue())) o << "\n";
 
     for (unsigned i = 0; i < this->getNumChildren(); ++i)