Fix the way parens are printed around "*ptrName" so that
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 25 Aug 2002 20:00:08 +0000 (20:00 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 25 Aug 2002 20:00:08 +0000 (20:00 +0000)
commit969c4ad65dd0c23b68117a08eb28f040af379b0d
tree0d65265f6502ba5406aff69792d301da21cb0844
parentdf3fe55e5734c591d6af272f675389e33a42ab3d
Fix the way parens are printed around "*ptrName" so that
no parens are printed around  *, **, ... alone, except if
it is a pointer type for which no name should be printed,
as in the result of a cast.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3506 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp