Types are not all constant now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@544
91177308-0d34-0410-b5e6-
96231b3b80d8
// different types. This allows the C++ compiler to automatically generate our
// constant handling operations in a typesafe and accurate manner.
//
-template<class ConstPoolClass, class BuiltinType, const Type **Ty>
+template<class ConstPoolClass, class BuiltinType, Type **Ty>
struct DirectRules
: public TemplateRules<ConstPoolClass,
DirectRules<ConstPoolClass, BuiltinType, Ty> > {