aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-04-26 23:05:17 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-04-26 23:05:17 +0000
commitef99ea318e8299d4ed7a631ba82a65a2c9483025 (patch)
tree45915f6499854ad2587d400a6bcb160e57007f4d
parent8f132618639eb2f53229018d5b7eafb9f2123d06 (diff)
Uh, this isn't argpromotion.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21579 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Transforms/IPO/SimplifyLibCalls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/IPO/SimplifyLibCalls.cpp b/lib/Transforms/IPO/SimplifyLibCalls.cpp
index 546926ee88..c537db7d36 100644
--- a/lib/Transforms/IPO/SimplifyLibCalls.cpp
+++ b/lib/Transforms/IPO/SimplifyLibCalls.cpp
@@ -16,7 +16,7 @@
//
//===----------------------------------------------------------------------===//
-#define DEBUG_TYPE "argpromotion"
+#define DEBUG_TYPE "simplify-libcalls"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Instructions.h"