summaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-10-25 07:05:26 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-10-25 07:05:26 +0000
commit000b9bdd3396ca322413c4e419d41cd3a6235e74 (patch)
treeb09acd0c45e547b555d4edce079e9ca2032c8175 /lib/CodeGen
parent17d47e423d93d0bbd50905d7045e43fd3c4a4a77 (diff)
downloadllvm-000b9bdd3396ca322413c4e419d41cd3a6235e74.tar.gz
llvm-000b9bdd3396ca322413c4e419d41cd3a6235e74.tar.bz2
llvm-000b9bdd3396ca322413c4e419d41cd3a6235e74.tar.xz
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
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/AsmPrinter/DIE.h1
1 files changed, 0 insertions, 1 deletions
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