add a definition for ID.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95140 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2010-02-02 21:49:29 +00:00
parent 33fabd7cc1
commit fce4aef806

View File

@ -59,6 +59,9 @@ namespace {
};
}
char AlphaCodeEmitter::ID = 0;
/// createAlphaCodeEmitterPass - Return a pass that emits the collected Alpha
/// code to the specified MCE object.