Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen
[oota-llvm.git] / lib / Transforms / TransformInternals.h
index 3b80146a2780c14b28215ca642bd3d8a04952ab6..b5747c91303fd7b1c95bb2be42258879f59ac0de 100644 (file)
@@ -90,7 +90,8 @@ public:
 
 typedef std::map<const Value*, const Type*> ValueTypeCache;
 
-struct ValueMapCache {
+class ValueMapCache {
+public:
   // Operands mapped - Contains an entry if the first value (the user) has had
   // the second value (the operand) mapped already.
   //