Use correct style casts
Types are not all constant now llvm-svn: 544
This commit is contained in:
parent
e014d797b4
commit
dd009521fe
|
|
@ -168,7 +168,7 @@ struct BoolRules : public TemplateRules<ConstPoolBool, BoolRules> {
|
|||
// 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> > {
|
||||
|
|
|
|||
Loading…
Reference in New Issue