summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-08-12 23:59:18 +0000
committerEric Christopher <echristo@gmail.com>2013-08-12 23:59:18 +0000
commit166294f37a0705750909e83a9b916a982fabcf89 (patch)
tree36da5e7ec783e7a619bb34c7907cdae11e068f8d /llvm/lib
parenta3dc875198bb1c63d6b31269ce808afe0b62f4b3 (diff)
downloadbcm5719-llvm-166294f37a0705750909e83a9b916a982fabcf89.tar.gz
bcm5719-llvm-166294f37a0705750909e83a9b916a982fabcf89.zip
Remove empty constructor.
llvm-svn: 188232
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DIEHash.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DIEHash.h b/llvm/lib/CodeGen/AsmPrinter/DIEHash.h
index b9f811c91af..27e3c576318 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DIEHash.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DIEHash.h
@@ -21,9 +21,6 @@ class CompileUnit;
/// attributes onto a DIE.
class DIEHash {
public:
- /// \brief Initializes. The hash is default initialized.
- DIEHash() {}
-
/// \brief Computes the ODR signature
uint64_t computeDIEODRSignature(DIE *Die);
OpenPOWER on IntegriCloud