mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 18:34:09 +00:00
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:
parent
33fabd7cc1
commit
fce4aef806
@ -59,6 +59,9 @@ namespace {
|
||||
};
|
||||
}
|
||||
|
||||
char AlphaCodeEmitter::ID = 0;
|
||||
|
||||
|
||||
/// createAlphaCodeEmitterPass - Return a pass that emits the collected Alpha
|
||||
/// code to the specified MCE object.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user