summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-08-28 00:13:08 +0000
committerEric Christopher <echristo@gmail.com>2013-08-28 00:13:08 +0000
commite9fd605b41d121679c9e9cb75905977595b01c39 (patch)
tree0d5be0d9a0f8ccdcdf96fb84860799a78857d6f2 /llvm/lib/CodeGen
parentd033d6fb880b58528fe8e020602ca926290064eb (diff)
downloadbcm5719-llvm-e9fd605b41d121679c9e9cb75905977595b01c39.tar.gz
bcm5719-llvm-e9fd605b41d121679c9e9cb75905977595b01c39.zip
Add a TODO here.
llvm-svn: 189428
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp b/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp
index 1322743247e..40db1b2eb0c 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp
@@ -145,6 +145,7 @@ void DIEHash::hashAttribute(AttrEntry Attr) {
// TODO: Add support for additional forms.
switch (Desc->getForm()) {
+ // TODO: We'll want to add DW_FORM_string here if we start emitting them again.
case dwarf::DW_FORM_strp:
addString(cast<DIEString>(Value)->getString());
break;
OpenPOWER on IntegriCloud