Skip to content
Snippets Groups Projects
Commit e8565d8e authored by Chris Lattner's avatar Chris Lattner
Browse files

add a definition for ID.

llvm-svn: 95140
parent 8d806876
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,9 @@ namespace {
};
}
char AlphaCodeEmitter::ID = 0;
/// createAlphaCodeEmitterPass - Return a pass that emits the collected Alpha
/// code to the specified MCE object.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment