summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenTarget.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
commit7431beaba2a01c3fe299c861b2ec85cbf1dc81c4 (patch)
tree8d54c781c7a56ae0f9387aaf3dec827179aac6d7 /utils/TableGen/CodeGenTarget.cpp
parentb47bb13331fe39aa7827f52397bbe366a158a128 (diff)
downloadllvm-7431beaba2a01c3fe299c861b2ec85cbf1dc81c4.tar.gz
llvm-7431beaba2a01c3fe299c861b2ec85cbf1dc81c4.tar.bz2
llvm-7431beaba2a01c3fe299c861b2ec85cbf1dc81c4.tar.xz
Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and
thus is a much more meaningful name. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108563 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/CodeGenTarget.cpp')
-rw-r--r--utils/TableGen/CodeGenTarget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/CodeGenTarget.cpp b/utils/TableGen/CodeGenTarget.cpp
index d8130fb36d..2662fffe4b 100644
--- a/utils/TableGen/CodeGenTarget.cpp
+++ b/utils/TableGen/CodeGenTarget.cpp
@@ -333,7 +333,7 @@ void CodeGenTarget::ComputeInstrsByEnum() const {
const char *const FixedInstrs[] = {
"PHI",
"INLINEASM",
- "DBG_LABEL",
+ "PROLOG_LABEL",
"EH_LABEL",
"GC_LABEL",
"KILL",