summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-01-09 02:48:48 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-01-09 02:48:48 +0000
commit11fae74ae57a45ad9fbe5386f5ee37bcd3e49059 (patch)
treee2fb02540456a33c01d5ecfbd279275952caedd8 /llvm/tools
parent5ff00b43506d75cdd5189a9574dc4c8b9ee3bce5 (diff)
downloadbcm5719-llvm-11fae74ae57a45ad9fbe5386f5ee37bcd3e49059.tar.gz
bcm5719-llvm-11fae74ae57a45ad9fbe5386f5ee37bcd3e49059.zip
Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD
Prepare to simplify the `DebugLoc` record. llvm-svn: 225498
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp b/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
index 69880a425a1..b92c5ffe8a4 100644
--- a/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
+++ b/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
@@ -247,7 +247,7 @@ static const char *GetCodeName(unsigned CodeID, unsigned BlockID,
case bitc::FUNC_CODE_INST_VSELECT: return "INST_VSELECT";
case bitc::FUNC_CODE_DEBUG_LOC_AGAIN: return "DEBUG_LOC_AGAIN";
case bitc::FUNC_CODE_INST_CALL: return "INST_CALL";
- case bitc::FUNC_CODE_DEBUG_LOC: return "DEBUG_LOC";
+ case bitc::FUNC_CODE_DEBUG_LOC_OLD: return "DEBUG_LOC_OLD";
}
case bitc::VALUE_SYMTAB_BLOCK_ID:
switch (CodeID) {
OpenPOWER on IntegriCloud