summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-06-14 23:30:43 +0000
committerDan Gohman <gohman@apple.com>2009-06-14 23:30:43 +0000
commit4fe64deb7bf4765e79f0a93735c7d5500225e214 (patch)
treec7476fbd5c3783297c59466f8b4a58d9908d4c60 /llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
parent038d02e74e0dcf33b0ce866c71b0d886e9577777 (diff)
downloadbcm5719-llvm-4fe64deb7bf4765e79f0a93735c7d5500225e214.tar.gz
bcm5719-llvm-4fe64deb7bf4765e79f0a93735c7d5500225e214.zip
Fix old-style type names in comments.
llvm-svn: 73362
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
index 45462da0d26..15511c4615b 100644
--- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -502,7 +502,7 @@ const GlobalValue * AsmPrinter::findGlobalValue(const Constant *CV) {
void AsmPrinter::EmitLLVMUsedList(Constant *List) {
const char *Directive = TAI->getUsedDirective();
- // Should be an array of 'sbyte*'.
+ // Should be an array of 'i8*'.
ConstantArray *InitList = dyn_cast<ConstantArray>(List);
if (InitList == 0) return;
OpenPOWER on IntegriCloud