forked from OSchip/llvm-project
parent
8d806876c0
commit
e8565d8eaf
|
@ -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…
Reference in New Issue