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 | d75675ab3b538b099cc620b17dba573117666a3c (patch) | |
tree | 7a7702a9415f771ea451a3e78f3c69df49ad4bfe /llvm | |
parent | 1deb79623896414dae71b7827de8c9ba2eb3bdd9 (diff) | |
download | bcm5719-llvm-d75675ab3b538b099cc620b17dba573117666a3c.tar.gz bcm5719-llvm-d75675ab3b538b099cc620b17dba573117666a3c.zip |
Remove dead enum value. There is no DIESectionOffset.
llvm-svn: 142912
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DIE.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DIE.h b/llvm/lib/CodeGen/AsmPrinter/DIE.h index 3bd9ffd407c..12448af7fd8 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DIE.h +++ b/llvm/lib/CodeGen/AsmPrinter/DIE.h @@ -200,7 +200,6 @@ namespace llvm { isInteger, isString, isLabel, - isSectionOffset, isDelta, isEntry, isBlock |