mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-31 10:34:17 +00:00
Use correct style casts
Types are not all constant now git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@544 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c4e09ec453
commit
243f1f7315
@ -168,7 +168,7 @@ struct BoolRules : public TemplateRules<ConstPoolBool, BoolRules> {
|
|||||||
// different types. This allows the C++ compiler to automatically generate our
|
// different types. This allows the C++ compiler to automatically generate our
|
||||||
// constant handling operations in a typesafe and accurate manner.
|
// 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
|
struct DirectRules
|
||||||
: public TemplateRules<ConstPoolClass,
|
: public TemplateRules<ConstPoolClass,
|
||||||
DirectRules<ConstPoolClass, BuiltinType, Ty> > {
|
DirectRules<ConstPoolClass, BuiltinType, Ty> > {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user