[llvm-commits] [llvm] r49644 - /llvm/branches/ggreif/use-diet/include/llvm/Instruction.h
Gabor Greif
ggreif at gmail.com
Mon Apr 14 06:54:08 PDT 2008
Author: ggreif
Date: Mon Apr 14 08:54:08 2008
New Revision: 49644
URL: http://llvm.org/viewvc/llvm-project?rev=49644&view=rev
Log:
remove unneeded forward decl
Modified:
llvm/branches/ggreif/use-diet/include/llvm/Instruction.h
Modified: llvm/branches/ggreif/use-diet/include/llvm/Instruction.h
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/ggreif/use-diet/include/llvm/Instruction.h?rev=49644&r1=49643&r2=49644&view=diff
==============================================================================
--- llvm/branches/ggreif/use-diet/include/llvm/Instruction.h (original)
+++ llvm/branches/ggreif/use-diet/include/llvm/Instruction.h Mon Apr 14 08:54:08 2008
@@ -20,7 +20,6 @@
namespace llvm {
struct AssemblyAnnotationWriter;
-class BinaryOperator;
template<typename ValueSubClass, typename ItemParentClass>
class SymbolTableListTraits;
More information about the llvm-commits
mailing list