forked from OSchip/llvm-project
parent
2b3369567e
commit
9be166000d
llvm/lib/VMCore
|
@ -30,7 +30,7 @@ class TemplateRules : public ConstRules {
|
||||||
// Redirecting functions that cast to the appropriate types
|
// Redirecting functions that cast to the appropriate types
|
||||||
//===--------------------------------------------------------------------===//
|
//===--------------------------------------------------------------------===//
|
||||||
|
|
||||||
virtual ConstPoolVal *not(const ConstPoolVal *V) const {
|
virtual ConstPoolVal *op_not(const ConstPoolVal *V) const {
|
||||||
return SubClassName::Not((const ArgType *)V);
|
return SubClassName::Not((const ArgType *)V);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue