diff options
author | Chris Lattner <sabre@nondot.org> | 2010-02-02 21:49:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-02-02 21:49:29 +0000 |
commit | 751c9bdb12feb46f5f5efb4f067172ae59cdf207 (patch) | |
tree | 9d94d9a69394bfb23e86d149c03f89deb261bc8d | |
parent | 11d88be3b07e41ef0eec781cd2fff01d25039c89 (diff) | |
download | external_llvm-751c9bdb12feb46f5f5efb4f067172ae59cdf207.zip external_llvm-751c9bdb12feb46f5f5efb4f067172ae59cdf207.tar.gz external_llvm-751c9bdb12feb46f5f5efb4f067172ae59cdf207.tar.bz2 |
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.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/Alpha/AlphaCodeEmitter.cpp b/lib/Target/Alpha/AlphaCodeEmitter.cpp index 1409e0c..c9271cd 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. |