summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-07-16 22:20:36 +0000
committerBill Wendling <isanbard@gmail.com>2010-07-16 22:20:36 +0000
commit499f797cdd088ea517cf5aa3e36861efac4ecf85 (patch)
treee4d4a9ecf94289f323bbe832c0e4dfffce516991 /llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
parent8d5114910200a053421af05e82a38f53745c9120 (diff)
downloadbcm5719-llvm-499f797cdd088ea517cf5aa3e36861efac4ecf85.tar.gz
bcm5719-llvm-499f797cdd088ea517cf5aa3e36861efac4ecf85.zip
Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and
thus is a much more meaningful name. llvm-svn: 108563
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
index 0f0ac770ccc..3d6dbb7a8f3 100644
--- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -621,7 +621,7 @@ void AsmPrinter::EmitFunctionBody() {
EmitComments(*II, OutStreamer.GetCommentOS());
switch (II->getOpcode()) {
- case TargetOpcode::DBG_LABEL:
+ case TargetOpcode::PROLOG_LABEL:
case TargetOpcode::EH_LABEL:
case TargetOpcode::GC_LABEL:
OutStreamer.EmitLabel(II->getOperand(0).getMCSymbol());
OpenPOWER on IntegriCloud