From 0f5bbb585c2157b58eeb5cd10ad48e50dc140aaa Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Sun, 6 Sep 2009 08:55:57 +0000 Subject: Public and private corrections, warned about by icc (#304). Patch by Erick Tryzelaar. llvm-svn: 81107 --- llvm/lib/Bitcode/Reader/BitcodeReader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp') diff --git a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp index 9ed75ab..cb33dec 100644 --- a/llvm/lib/Bitcode/Reader/BitcodeReader.cpp +++ b/llvm/lib/Bitcode/Reader/BitcodeReader.cpp @@ -161,7 +161,7 @@ namespace { // FIXME: can we inherit this from ConstantExpr? template <> -struct OperandTraits : FixedNumOperandTraits<1> { +struct OperandTraits : public FixedNumOperandTraits<1> { }; } -- cgit v1.1