Public and private corrections, warned about by icc (#304).
Patch by Erick Tryzelaar. llvm-svn: 81107
This commit is contained in:
@@ -161,7 +161,7 @@ namespace {
|
||||
|
||||
// FIXME: can we inherit this from ConstantExpr?
|
||||
template <>
|
||||
struct OperandTraits<ConstantPlaceHolder> : FixedNumOperandTraits<1> {
|
||||
struct OperandTraits<ConstantPlaceHolder> : public FixedNumOperandTraits<1> {
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user