From e8565d8eaff397d36021c9bdd087f1c26f0ee08a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 2 Feb 2010 21:49:29 +0000 Subject: [PATCH] add a definition for ID. llvm-svn: 95140 --- llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp b/llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp index 1409e0c64434..c9271cd194d4 100644 --- a/llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp +++ b/llvm/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. -- GitLab