Ignore redundant constraints
[oota-llvm.git] / lib / Analysis / IPA / FindUsedTypes.cpp
index d35f7beed1ce687eed593aeda7c812e68483d1b4..a954414b43952e9a177f43daa2459edaf9ff7b1d 100644 (file)
@@ -21,7 +21,7 @@
 #include "llvm/Support/InstIterator.h"
 using namespace llvm;
 
-const int FindUsedTypes::ID = 0;
+char FindUsedTypes::ID = 0;
 static RegisterPass<FindUsedTypes>
 X("printusedtypes", "Find Used Types");