[llvm-commits] CVS: llvm/lib/Target/ARM/ARMInstrInfo.cpp

2007-04-02 Thread Evan Cheng
Changes in directory llvm/lib/Target/ARM: ARMInstrInfo.cpp updated: 1.18 -> 1.19 --- Log message: Inverted logic. --- Diffs of the changes: (+1 -1) ARMInstrInfo.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/ARM/ARMInstrInfo.cpp diff -u llvm/lib/Targe

[llvm-commits] CVS: llvm/lib/CodeGen/RegisterScavenging.cpp

2007-04-02 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: RegisterScavenging.cpp updated: 1.14 -> 1.15 --- Log message: Bad bad bug. findRegisterUseOperand() returns -1 if a use if not found. --- Diffs of the changes: (+1 -1) RegisterScavenging.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) I

[llvm-commits] eh_arm.cc

2007-04-02 Thread Bill Wendling
I'm getting this error during llvm-gcc compilation: make[3]: *** No rule to make target `eh_arm.cc', needed by `eh_arm.lo'. Stop. make[3]: *** Waiting for unfinished jobs -bw ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs

[llvm-commits] CVS: llvm/lib/Target/X86/X86RegisterInfo.cpp

2007-04-02 Thread Bill Wendling
Changes in directory llvm/lib/Target/X86: X86RegisterInfo.cpp updated: 1.208 -> 1.209 --- Log message: Changed to new MMX_ recipes. --- Diffs of the changes: (+3 -3) X86RegisterInfo.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/lib/Target/X86/X86Register

[llvm-commits] [125666] Add support for the PADDQ builtin.

2007-04-02 Thread bwendlin
Revision: 125666 Author: bwendlin Date: 2007-04-02 23:12:17 -0700 (Mon, 02 Apr 2007) Log Message: --- Add support for the PADDQ builtin. Modified Paths: -- apple-local/branches/llvm/gcc/config/i386/llvm-i386.cpp Modified: apple-local/branches/llvm/gcc/config/i386/ll

[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrInfo.cpp X86InstrMMX.td

2007-04-02 Thread Bill Wendling
Changes in directory llvm/lib/Target/X86: X86InstrInfo.cpp updated: 1.81 -> 1.82 X86InstrMMX.td updated: 1.28 -> 1.29 --- Log message: Add FEMMS and ADDQ. Renamed MMX recipes to prepend the MMX_ to them. --- Diffs of the changes: (+85 -69) X86InstrInfo.cpp | 10 +-- X86InstrMMX.td | 1

[llvm-commits] CVS: llvm/include/llvm/IntrinsicsX86.td

2007-04-02 Thread Bill Wendling
Changes in directory llvm/include/llvm: IntrinsicsX86.td updated: 1.40 -> 1.41 --- Log message: Add FEMMS and ADDQ. Renamed MMX recipes to prepend the MMX_ to them. --- Diffs of the changes: (+3 -1) IntrinsicsX86.td |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index: llvm

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp

2007-04-02 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: LoopStrengthReduce.cpp updated: 1.125 -> 1.126 --- Log message: split some code out into a helper function --- Diffs of the changes: (+30 -18) LoopStrengthReduce.cpp | 48 ++-- 1 files changed, 3

[llvm-commits] CVS: llvm-www/SVNMigration.html

2007-04-02 Thread Reid Spencer
Changes in directory llvm-www: SVNMigration.html updated: 1.3 -> 1.4 --- Log message: Update the current status of branch/tag migration. --- Diffs of the changes: (+13 -17) SVNMigration.html | 30 +- 1 files changed, 13 insertions(+), 17 deletions(-) Index:

[llvm-commits] CVS: llvm-www/SVNMigration.html

2007-04-02 Thread Reid Spencer
Changes in directory llvm-www: SVNMigration.html updated: 1.2 -> 1.3 --- Log message: Add a note about renaming things. --- Diffs of the changes: (+34 -1) SVNMigration.html | 35 ++- 1 files changed, 34 insertions(+), 1 deletion(-) Index: llvm-www/SVNMig

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp

2007-04-02 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.724 -> 1.725 --- Log message: Split a whole ton of code out of visitICmpInst into visitICmpInstWithInstAndIntCst. --- Diffs of the changes: (+524 -520) InstructionCombining.cpp | 1044

[llvm-commits] CVS: llvm/include/llvm/ADT/APInt.h

2007-04-02 Thread Chris Lattner
Changes in directory llvm/include/llvm/ADT: APInt.h updated: 1.61 -> 1.62 --- Log message: add missing operator --- Diffs of the changes: (+4 -0) APInt.h |4 1 files changed, 4 insertions(+) Index: llvm/include/llvm/ADT/APInt.h diff -u llvm/include/llvm/ADT/APInt.h:1.61 llvm/inc

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp

2007-04-02 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.723 -> 1.724 --- Log message: Fix PR1253: http://llvm.org/PR1253 and xor2.ll:test[01] --- Diffs of the changes: (+30 -1) InstructionCombining.cpp | 31 ++- 1 files changed,

[llvm-commits] CVS: llvm/test/Transforms/InstCombine/xor2.ll

2007-04-02 Thread Chris Lattner
Changes in directory llvm/test/Transforms/InstCombine: xor2.ll added (r1.1) --- Log message: new testcase for PR1253: http://llvm.org/PR1253 --- Diffs of the changes: (+19 -0) xor2.ll | 19 +++ 1 files changed, 19 insertions(+) Index: llvm/test/Transforms/InstCombine/x

[llvm-commits] CVS: llvm/include/llvm/Constants.h

2007-04-02 Thread Chris Lattner
Changes in directory llvm/include/llvm: Constants.h updated: 1.143 -> 1.144 --- Log message: add a helper function to constantint. --- Diffs of the changes: (+3 -0) Constants.h |3 +++ 1 files changed, 3 insertions(+) Index: llvm/include/llvm/Constants.h diff -u llvm/include/llvm/Con

[llvm-commits] [125641] arm EABI patch (files I missed) (Lauro Ramos Venancio)

2007-04-02 Thread johannes
Revision: 125641 Author: johannes Date: 2007-04-02 17:16:00 -0700 (Mon, 02 Apr 2007) Log Message: --- arm EABI patch (files I missed) (Lauro Ramos Venancio) Modified Paths: -- apple-local/branches/llvm/gcc/config/arm/arm-protos.h apple-local/branches/llvm/libstdc

[llvm-commits] [125640] arm EABI patch (Lauro Ramos Venancio)

2007-04-02 Thread johannes
Revision: 125640 Author: johannes Date: 2007-04-02 17:14:25 -0700 (Mon, 02 Apr 2007) Log Message: --- arm EABI patch (Lauro Ramos Venancio) Modified Paths: -- apple-local/branches/llvm/libcpp/configure apple-local/branches/llvm/libcpp/configure.ac Modified: appl

[llvm-commits] [125639] arm EABI patch (Lauro Ramos Venancio)

2007-04-02 Thread johannes
Revision: 125639 Author: johannes Date: 2007-04-02 17:13:59 -0700 (Mon, 02 Apr 2007) Log Message: --- arm EABI patch (Lauro Ramos Venancio) Added Paths: --- apple-local/branches/llvm/gcc/unwind-generic.h apple-local/branches/llvm/gcc/unwind.h.removed Removed Paths:

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMISelLowering.cpp

2007-04-02 Thread Chris Lattner
Changes in directory llvm/lib/Target/ARM: ARMISelLowering.cpp updated: 1.37 -> 1.38 --- Log message: Arm supports negative strides as well, add them. This lets us compile: CodeGen/ARM/arm-negative-stride.ll to: LBB1_2: @bb str r1, [r3, -r0, lsl #2] add r0, r0, #1 cmp r

[llvm-commits] [125638] arm EABI patch (Lauro Ramos Venancio)

2007-04-02 Thread johannes
Revision: 125638 Author: johannes Date: 2007-04-02 17:13:00 -0700 (Mon, 02 Apr 2007) Log Message: --- arm EABI patch (Lauro Ramos Venancio) Modified Paths: -- apple-local/branches/llvm/gcc/Makefile.in apple-local/branches/llvm/gcc/ada/misc.c apple-local/branc

[llvm-commits] CVS: llvm/test/CodeGen/ARM/arm-negative-stride.ll

2007-04-02 Thread Chris Lattner
Changes in directory llvm/test/CodeGen/ARM: arm-negative-stride.ll added (r1.1) --- Log message: new testcase, where we should use a negative stride --- Diffs of the changes: (+20 -0) arm-negative-stride.ll | 20 1 files changed, 20 insertions(+) Index: llvm/test/C

[llvm-commits] [125637] arm EABI patch (from Lauro Ramos Venancio)

2007-04-02 Thread johannes
Revision: 125637 Author: johannes Date: 2007-04-02 17:10:47 -0700 (Mon, 02 Apr 2007) Log Message: --- arm EABI patch (from Lauro Ramos Venancio) Modified Paths: -- apple-local/branches/llvm/libstdc++-v3/Makefile.in apple-local/branches/llvm/libstdc++-v3/acinclude

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp

2007-04-02 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: LoopStrengthReduce.cpp updated: 1.124 -> 1.125 --- Log message: allow -1 strides to reuse "1" strides. --- Diffs of the changes: (+2 -1) LoopStrengthReduce.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/lib/Tra

Re: [llvm-commits] Patch resubmit: ROTL/ROTR cleanups

2007-04-02 Thread Chris Lattner
On Apr 2, 2007, at 2:44 PM, Scott Michel wrote: > On Apr 2, 2007, at 1:11 PM, Chris Lattner wrote: > >> On Mar 30, 2007, at 12:02 PM, Scott Michel wrote: >>> Spotted what was probably a long-standing bug, since some of my >>> cleanups >>> were simple substitutions. >> >> Sorry for the delay. In

[llvm-commits] CVS: llvm/test/CodeGen/PowerPC/rotl-2.ll

2007-04-02 Thread Chris Lattner
Changes in directory llvm/test/CodeGen/PowerPC: rotl-2.ll added (r1.1) --- Log message: Add a regtest for cases we now recognize as rotates, thanks to Scott Michel's recent dagcombine patch --- Diffs of the changes: (+38 -0) rotl-2.ll | 38 ++ 1 files

Re: [llvm-commits] Patch resubmit: ROTL/ROTR cleanups

2007-04-02 Thread Scott Michel
On Apr 2, 2007, at 1:11 PM, Chris Lattner wrote: > On Mar 30, 2007, at 12:02 PM, Scott Michel wrote: >> Spotted what was probably a long-standing bug, since some of my >> cleanups >> were simple substitutions. > > Sorry for the delay. In general, if you keep the changes as simple > and disjoi

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp LegalizeDAG.cpp

2007-04-02 Thread Scott Michel
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.284 -> 1.285 LegalizeDAG.cpp updated: 1.485 -> 1.486 --- Log message: 1. Insert custom lowering hooks for ISD::ROTR and ISD::ROTL. 2. Help DAGCombiner recognize zero/sign/any-extended versions of ROTR and ROTL patte

[llvm-commits] CVS: llvm/test/Transforms/InstCombine/bitcount.ll

2007-04-02 Thread Chris Lattner
Changes in directory llvm/test/Transforms/InstCombine: bitcount.ll updated: 1.2 -> 1.3 --- Log message: fix this testcase so it passes --- Diffs of the changes: (+2 -2) bitcount.ll |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/test/Transforms/InstCombine/bitco

[llvm-commits] CVS: llvm/test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll

2007-04-02 Thread Chris Lattner
Changes in directory llvm/test/CodeGen/X86: 2007-03-24-InlineAsmVectorOp.ll updated: 1.2 -> 1.3 --- Log message: fix this testcase on ppc hosts --- Diffs of the changes: (+1 -1) 2007-03-24-InlineAsmVectorOp.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Cod

[llvm-commits] CVS: llvm-www/pubs/2007-03-12-BossaLLVMIntro.pdf

2007-04-02 Thread Chris Lattner
Changes in directory llvm-www/pubs: 2007-03-12-BossaLLVMIntro.pdf updated: 1.2 -> 1.3 --- Log message: this time with less crashing? --- Diffs of the changes: (+0 -0) 2007-03-12-BossaLLVMIntro.pdf |0 1 files changed Index: llvm-www/pubs/2007-03-12-BossaLLVMIntro.pdf

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMConstantIslandPass.cpp

2007-04-02 Thread Dale Johannesen
Changes in directory llvm/lib/Target/ARM: ARMConstantIslandPass.cpp updated: 1.33 -> 1.34 --- Log message: fix off by 1 error in displacement computation --- Diffs of the changes: (+5 -0) ARMConstantIslandPass.cpp |5 + 1 files changed, 5 insertions(+) Index: llvm/lib/Target/ARM/

Re: [llvm-commits] Patch resubmit: ROTL/ROTR cleanups

2007-04-02 Thread Chris Lattner
On Mar 30, 2007, at 12:02 PM, Scott Michel wrote: > Spotted what was probably a long-standing bug, since some of my > cleanups > were simple substitutions. Sorry for the delay. In general, if you keep the changes as simple and disjoint as possible, I'm more likely to look at them soon :).

[llvm-commits] CVS: llvm-www/DevMtgMay2007.html

2007-04-02 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.29 -> 1.30 --- Log message: Fix Christopher Lamb's affiliation. --- Diffs of the changes: (+2 -2) DevMtgMay2007.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-

[llvm-commits] CVS: llvm-www/DevMtgMay2007.html

2007-04-02 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.28 -> 1.29 --- Log message: Add Christopher Lamb and his discussion topic. --- Diffs of the changes: (+9 -3) DevMtgMay2007.html | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) Index: llvm-www/DevMtgMay2007

[llvm-commits] CVS: llvm-www/SVNMigration.html

2007-04-02 Thread Reid Spencer
Changes in directory llvm-www: SVNMigration.html updated: 1.1 -> 1.2 --- Log message: We don't need to keep the root version tag for branches because SVN does this automatically. --- Diffs of the changes: (+8 -7) SVNMigration.html | 15 --- 1 files changed, 8 insertions(+), 7

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMISelLowering.cpp

2007-04-02 Thread Chris Lattner
Changes in directory llvm/lib/Target/ARM: ARMISelLowering.cpp updated: 1.36 -> 1.37 --- Log message: fix the CodeGen/ARM/2007-03-13-InstrSched.ll regression: allow IV's with scales to be folded into non-store instructions. --- Diffs of the changes: (+20 -4) ARMISelLowering.cpp | 24 +

[llvm-commits] CVS: llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h

2007-04-02 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: LiveIntervalAnalysis.h updated: 1.76 -> 1.77 --- Log message: Ugh. Copy coalescer does not update register numbers. --- Diffs of the changes: (+4 -0) LiveIntervalAnalysis.h |4 1 files changed, 4 insertions(+) Index: llvm/include/ll

[llvm-commits] CVS: llvm/lib/CodeGen/LiveIntervalAnalysis.cpp

2007-04-02 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: LiveIntervalAnalysis.cpp updated: 1.231 -> 1.232 --- Log message: Ugh. Copy coalescer does not update register numbers. --- Diffs of the changes: (+15 -2) LiveIntervalAnalysis.cpp | 17 +++-- 1 files changed, 15 insertions(+), 2 deletions

[llvm-commits] CVS: llvm/test/CodeGen/ARM/2007-04-02-RegScavengerAssert.ll

2007-04-02 Thread Evan Cheng
Changes in directory llvm/test/CodeGen/ARM: 2007-04-02-RegScavengerAssert.ll added (r1.1) --- Log message: New test case. --- Diffs of the changes: (+55 -0) 2007-04-02-RegScavengerAssert.ll | 55 +++ 1 files changed, 55 insertions(+) Index: llvm/test/

[llvm-commits] CVS: llvm-www/DevMtgMay2007.html

2007-04-02 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.27 -> 1.28 --- Log message: Add Devang's discussion topic and break discussion topics into their own group. --- Diffs of the changes: (+18 -6) DevMtgMay2007.html | 24 ++-- 1 files changed, 18 insertions(+),

[llvm-commits] CVS: llvm-www/SVNMigration.html

2007-04-02 Thread Reid Spencer
Changes in directory llvm-www: SVNMigration.html added (r1.1) --- Log message: Add a page for tracking information about the CVS -> SVN migration. --- Diffs of the changes: (+122 -0) SVNMigration.html | 122 ++ 1 files changed, 122 inser

[llvm-commits] CVS: llvm-www/DevMtgMay2007.html

2007-04-02 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.26 -> 1.27 --- Log message: Get the attendee count correct. Add Reid's talk on HLVM. --- Diffs of the changes: (+4 -3) DevMtgMay2007.html |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) Index: llvm-www/DevMtgMa

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMISelLowering.cpp

2007-04-02 Thread Chris Lattner
Changes in directory llvm/lib/Target/ARM: ARMISelLowering.cpp updated: 1.35 -> 1.36 --- Log message: add support for the 'w' inline asm register class. --- Diffs of the changes: (+28 -6) ARMISelLowering.cpp | 34 -- 1 files changed, 28 insertions(+), 6 del

[llvm-commits] CVS: llvm-www/DevMtgMay2007.html

2007-04-02 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.25 -> 1.26 --- Log message: Add Robert Hundt. --- Diffs of the changes: (+3 -2) DevMtgMay2007.html |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-www/DevMtgMay2007

[llvm-commits] CVS: llvm-www/DevMtgMay2007.html

2007-04-02 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.24 -> 1.25 --- Log message: Add Devang's talk on the PassManager. --- Diffs of the changes: (+3 -1) DevMtgMay2007.html |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm

[llvm-commits] CVS: llvm-www/img/PhotoAnton.jpg

2007-04-02 Thread Anton Korobeynikov
Changes in directory llvm-www/img: PhotoAnton.jpg added (r1.1) --- Log message: Add myself to the developer's list --- Diffs of the changes: (+0 -0) PhotoAnton.jpg |0 1 files changed Index: llvm-www/img/PhotoAnton.jpg ___ llvm-commits

[llvm-commits] CVS: llvm-www/developers.txt

2007-04-02 Thread Anton Korobeynikov
Changes in directory llvm-www: developers.txt updated: 1.12 -> 1.13 --- Log message: Add myself to the developer's list --- Diffs of the changes: (+1 -0) developers.txt |1 + 1 files changed, 1 insertion(+) Index: llvm-www/developers.txt diff -u llvm-www/developers.txt:1.12 llvm-www/

[llvm-commits] CVS: llvm/docs/LinkTimeOptimization.html

2007-04-02 Thread Devang Patel
Changes in directory llvm/docs: LinkTimeOptimization.html updated: 1.10 -> 1.11 --- Log message: Update example notes to clarify system linker's role. --- Diffs of the changes: (+4 -2) LinkTimeOptimization.html |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm/d

[llvm-commits] CVS: llvm-www/img/PhotoSheng.jpg

2007-04-02 Thread Reid Spencer
Changes in directory llvm-www/img: PhotoSheng.jpg added (r1.1) --- Log message: Add Sheng's picture. --- Diffs of the changes: (+0 -0) PhotoSheng.jpg |0 1 files changed Index: llvm-www/img/PhotoSheng.jpg ___ llvm-commits mailing list l

[llvm-commits] CVS: llvm-www/developers.txt

2007-04-02 Thread Reid Spencer
Changes in directory llvm-www: developers.txt updated: 1.11 -> 1.12 --- Log message: Add Zhou Sheng to the developer's list. --- Diffs of the changes: (+1 -0) developers.txt |1 + 1 files changed, 1 insertion(+) Index: llvm-www/developers.txt diff -u llvm-www/developers.txt:1.11 llvm

[llvm-commits] CVS: llvm/configure

2007-04-02 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.272 -> 1.273 --- Log message: Regenerate. --- Diffs of the changes: (+1 -1) configure |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/configure diff -u llvm/configure:1.272 llvm/configure:1.273 --- llvm/configure:1.272

[llvm-commits] CVS: llvm/autoconf/configure.ac

2007-04-02 Thread Reid Spencer
Changes in directory llvm/autoconf: configure.ac updated: 1.267 -> 1.268 --- Log message: Check for .svn directories too to determine if a debug build is appropriate. --- Diffs of the changes: (+3 -3) configure.ac |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llv

[llvm-commits] CVS: llvm-www/DevMtgMay2007.html

2007-04-02 Thread Reid Spencer
Changes in directory llvm-www: DevMtgMay2007.html updated: 1.23 -> 1.24 --- Log message: Add Mark Schimmel. --- Diffs of the changes: (+4 -3) DevMtgMay2007.html |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) Index: llvm-www/DevMtgMay2007.html diff -u llvm-www/DevMtgMay2

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp

2007-04-02 Thread Zhou Sheng
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.722 -> 1.723 --- Log message: 1. Make use of APInt operation instead of using ConstantExpr::getXXX. 2. Use cheaper APInt methods. --- Diffs of the changes: (+19 -26) InstructionCombining.cpp | 45 +++

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp

2007-04-02 Thread Zhou Sheng
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.721 -> 1.722 --- Log message: Use uint32_t for bitwidth instead of unsigned. --- Diffs of the changes: (+29 -29) InstructionCombining.cpp | 58 +++ 1 files cha