add a definition for ID.
authorChris Lattner <sabre@nondot.org>
Tue, 2 Feb 2010 21:49:29 +0000 (21:49 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 2 Feb 2010 21:49:29 +0000 (21:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95140 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Alpha/AlphaCodeEmitter.cpp

index 1409e0c6443442a42fb488a38baa49a98ac0651f..c9271cd194d4c925b44ff78d57886ce38e8d93d6 100644 (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.