From 000b9bdd3396ca322413c4e419d41cd3a6235e74 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Tue, 25 Oct 2011 07:05:26 +0000 Subject: Remove dead enum value. There is no DIESectionOffset. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142912 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/AsmPrinter/DIE.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/CodeGen') diff --git a/lib/CodeGen/AsmPrinter/DIE.h b/lib/CodeGen/AsmPrinter/DIE.h index 3bd9ffd407..12448af7fd 100644 --- a/lib/CodeGen/AsmPrinter/DIE.h +++ b/lib/CodeGen/AsmPrinter/DIE.h @@ -200,7 +200,6 @@ namespace llvm { isInteger, isString, isLabel, - isSectionOffset, isDelta, isEntry, isBlock -- cgit v1.2.3