diff options
author | Chris Lattner <sabre@nondot.org> | 2004-09-29 03:09:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-09-29 03:09:18 +0000 |
commit | f6d1d7d2ba3fe84492e51ad9d19c4c9683a88cad (patch) | |
tree | 477e25e718698498afd20537ff14b171d9826b92 /lib/CodeGen/ModuloScheduling/MSSchedule.cpp | |
parent | a41fc77ae40db49d711fc6f9c43b704a3b408e60 (diff) |
Remove debugging printout
Instcombine (setcc (truncate X), C1).
This occurs THOUSANDS of times in many benchmarks. Particularlly common
seem to be things like (seteq (cast bool X to int), int 0)
This turns it into (seteq bool %X, false), which then becomes (not %X).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16567 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ModuloScheduling/MSSchedule.cpp')
0 files changed, 0 insertions, 0 deletions