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