[llvm-commits] [llvm] r142912 - /llvm/trunk/lib/CodeGen/AsmPrinter/DIE.h
Nick Lewycky
nicholas at mxc.ca
Tue Oct 25 00:05:26 PDT 2011
Author: nicholas
Date: Tue Oct 25 02:05:26 2011
New Revision: 142912
URL: http://llvm.org/viewvc/llvm-project?rev=142912&view=rev
Log:
Remove dead enum value. There is no DIESectionOffset.
Modified:
llvm/trunk/lib/CodeGen/AsmPrinter/DIE.h
Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DIE.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DIE.h?rev=142912&r1=142911&r2=142912&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DIE.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DIE.h Tue Oct 25 02:05:26 2011
@@ -200,7 +200,6 @@
isInteger,
isString,
isLabel,
- isSectionOffset,
isDelta,
isEntry,
isBlock
More information about the llvm-commits
mailing list