llvm-6502/lib/Target/CBackend
Chris Lattner 6d9b69fd5f Print -X like this:
double test(double l1_X) {
  return (-l1_X);
}

instead of like this:

double test(double l1_X) {
  return (-0x0p+0 - l1_X);
}


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20423 91177308-0d34-0410-b5e6-96231b3b80d8
2005-03-03 21:12:04 +00:00
..
CBackend.cpp Print -X like this: 2005-03-03 21:12:04 +00:00
CTargetMachine.h Auto-registrate target 2004-07-11 02:48:49 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
Writer.cpp Print -X like this: 2005-03-03 21:12:04 +00:00