[llvm-commits] [llvm] r112497 - /llvm/trunk/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h

Chris Lattner sabre at nondot.org
Mon Aug 30 11:16:27 PDT 2010


Author: lattner
Date: Mon Aug 30 13:16:27 2010
New Revision: 112497

URL: http://llvm.org/viewvc/llvm-project?rev=112497&view=rev
Log:
nuke dead ivar which was supposed to be committed with r112496

Modified:
    llvm/trunk/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h

Modified: llvm/trunk/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h?rev=112497&r1=112496&r2=112497&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h (original)
+++ llvm/trunk/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h Mon Aug 30 13:16:27 2010
@@ -105,7 +105,6 @@
   const MCSection *UStringSection;
   const MCSection *TextCoalSection;
   const MCSection *ConstTextCoalSection;
-  const MCSection *ConstDataCoalSection;
   const MCSection *ConstDataSection;
   const MCSection *DataCoalSection;
   const MCSection *DataCommonSection;





More information about the llvm-commits mailing list