Add all arithmetic operators to ConstantExprToString().
authorVikram S. Adve <vadve@cs.uiuc.edu>
Fri, 1 Aug 2003 15:55:53 +0000 (15:55 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Fri, 1 Aug 2003 15:55:53 +0000 (15:55 +0000)
commit72666e6c30e9d23bc7aec3856661c1a13719b7c7
treeee633b601f0d56bd9b1c084f8dc608eb7b5cc8cc
parent97e02ebd8677a3d6a959fbe528419f36e1622023
Add all arithmetic operators to ConstantExprToString().
Note that some generated operators (like &, | or ^) may
not be supported by the assembler -- but if they've got
this far, it's better to generate them and let the assembler decide.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7476 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9AsmPrinter.cpp