summaryrefslogtreecommitdiff
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
commitfce4aef806b1578710f9cbf7683dbd4df39c1c18 (patch)
tree9d94d9a69394bfb23e86d149c03f89deb261bc8d
parent33fabd7cc17c60a066c2891244a376684d774fc9 (diff)
downloadllvm-fce4aef806b1578710f9cbf7683dbd4df39c1c18.tar.gz
llvm-fce4aef806b1578710f9cbf7683dbd4df39c1c18.tar.bz2
llvm-fce4aef806b1578710f9cbf7683dbd4df39c1c18.tar.xz
add a definition for ID.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95140 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/Alpha/AlphaCodeEmitter.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/Alpha/AlphaCodeEmitter.cpp b/lib/Target/Alpha/AlphaCodeEmitter.cpp
index 1409e0c644..c9271cd194 100644
--- a/lib/Target/Alpha/AlphaCodeEmitter.cpp
+++ b/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.