summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-08-06 00:23:35 +0000
committerOwen Anderson <resistor@mac.com>2010-08-06 00:23:35 +0000
commitbda59bd247b1153e4bc19f85dee4cb594b9c2b32 (patch)
tree669b82d1ff890ce19f7c3ad68f66975f9eafb681 /llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
parent396e041f5eac1cf6eda07e94ff34c3f2f4905ead (diff)
downloadbcm5719-llvm-bda59bd247b1153e4bc19f85dee4cb594b9c2b32.tar.gz
bcm5719-llvm-bda59bd247b1153e4bc19f85dee4cb594b9c2b32.zip
Revert r110396 to fix buildbots.
llvm-svn: 110410
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp')
-rw-r--r--llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp b/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
index 91e115cba6c..3a0d3ce0be9 100644
--- a/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
+++ b/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
@@ -21,7 +21,7 @@ namespace {
public:
static char ID; // Pass identification, replacement for typeid
explicit WriteBitcodePass(raw_ostream &o)
- : ModulePass(ID), OS(o) {}
+ : ModulePass(&ID), OS(o) {}
const char *getPassName() const { return "Bitcode Writer"; }
OpenPOWER on IntegriCloud