diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2011-10-25 07:05:26 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2011-10-25 07:05:26 +0000 |
commit | 000b9bdd3396ca322413c4e419d41cd3a6235e74 (patch) | |
tree | b09acd0c45e547b555d4edce079e9ca2032c8175 /lib/CodeGen/AsmPrinter/DIE.h | |
parent | 17d47e423d93d0bbd50905d7045e43fd3c4a4a77 (diff) |
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/AsmPrinter/DIE.h')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DIE.h | 1 |
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 |