Skip to content
  • Chris Lattner's avatar
    * Remove dead "constant printing" code · c99a44eb
    Chris Lattner authored
    * Mangle names with only a prefix so that they are easier on the eyes.
    * Put spaces around binary operators with low precedence to make them easier to read
    * Don't prefix function names with &, although it's correct, it's unnecesary and
      easier to read without it.
    
    llvm-svn: 2575
    c99a44eb
Loading