summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-09 05:04:25 +0000
committerChris Lattner <sabre@nondot.org>2003-11-09 05:04:25 +0000
commitd61abe82d3636e307bc256e66e6b61e661e896ac (patch)
tree563b28904035f01e9d50655633442a15cf00cd1c /llvm/lib
parent950c75f13508bdbd1be313d6a1c5668fc6a6eef1 (diff)
downloadbcm5719-llvm-d61abe82d3636e307bc256e66e6b61e661e896ac.tar.gz
bcm5719-llvm-d61abe82d3636e307bc256e66e6b61e661e896ac.zip
Untypo
llvm-svn: 9827
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Transforms/IPO/DeadTypeElimination.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/DeadTypeElimination.cpp b/llvm/lib/Transforms/IPO/DeadTypeElimination.cpp
index f0d44225221..c3eb4160029 100644
--- a/llvm/lib/Transforms/IPO/DeadTypeElimination.cpp
+++ b/llvm/lib/Transforms/IPO/DeadTypeElimination.cpp
@@ -46,7 +46,7 @@ Pass *createDeadTypeEliminationPass() {
-// ShouldNukSymtabEntry - Return true if this module level symbol table entry
+// ShouldNukeSymtabEntry - Return true if this module level symbol table entry
// should be eliminated.
//
static inline bool ShouldNukeSymtabEntry(const std::pair<std::string,Value*>&E){
OpenPOWER on IntegriCloud