aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-09-29 03:09:18 +0000
committerChris Lattner <sabre@nondot.org>2004-09-29 03:09:18 +0000
commitf6d1d7d2ba3fe84492e51ad9d19c4c9683a88cad (patch)
tree477e25e718698498afd20537ff14b171d9826b92 /lib/CodeGen
parenta41fc77ae40db49d711fc6f9c43b704a3b408e60 (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')
0 files changed, 0 insertions, 0 deletions