Re: [Mesa-dev] [PATCH] radeon/llvm: rename if/break operator to improve readability

2012-11-28 Thread Tom Stellard
On Wed, Nov 28, 2012 at 07:57:24PM +0100, Vincent Lejeune wrote: > --- > lib/Target/AMDGPU/AMDILCFGStructurizer.cpp | 36 +-- > .../AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp | 41 > +- > lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp | 2 +- >

[Mesa-dev] [PATCH] radeon/llvm: rename if/break operator to improve readability

2012-11-28 Thread Vincent Lejeune
--- lib/Target/AMDGPU/AMDILCFGStructurizer.cpp | 36 +-- .../AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp | 41 +- lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp | 2 +- lib/Target/AMDGPU/R600Instructions.td | 11 ++ 4 files chang