summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-02 21:49:29 +0000
committerChris Lattner <sabre@nondot.org>2010-02-02 21:49:29 +0000
commite8565d8eaff397d36021c9bdd087f1c26f0ee08a (patch)
tree5f13c4d8be5676141911e7685a3ce157ac1e918a /llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp
parent8d806876c080385cd89e2ef11f6581fd478422b2 (diff)
downloadbcm5719-llvm-e8565d8eaff397d36021c9bdd087f1c26f0ee08a.tar.gz
bcm5719-llvm-e8565d8eaff397d36021c9bdd087f1c26f0ee08a.zip
add a definition for ID.
llvm-svn: 95140
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp')
-rw-r--r--llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp b/llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp
index 1409e0c6443..c9271cd194d 100644
--- a/llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp
+++ b/llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp
@@ -59,6 +59,9 @@ namespace {
};
}
+char AlphaCodeEmitter::ID = 0;
+
+
/// createAlphaCodeEmitterPass - Return a pass that emits the collected Alpha
/// code to the specified MCE object.
OpenPOWER on IntegriCloud