summaryrefslogtreecommitdiff
path: root/lib/Target/CBackend/CBackend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/CBackend/CBackend.cpp')
-rw-r--r--lib/Target/CBackend/CBackend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/CBackend/CBackend.cpp b/lib/Target/CBackend/CBackend.cpp
index b1549826c2..6d6f145b92 100644
--- a/lib/Target/CBackend/CBackend.cpp
+++ b/lib/Target/CBackend/CBackend.cpp
@@ -280,7 +280,7 @@ std::ostream &CWriter::printType(std::ostream &Out, const Type *Ty,
ptrName = "(" + ptrName + ")"; //
return printType(Out, PTy->getElementType(), ptrName);
- }Out <<"--";
+ }
case Type::ArrayTyID: {
const ArrayType *ATy = cast<ArrayType>(Ty);