Module: Mesa Branch: master Commit: e042b3aeed917b179d24c1f7a099c4cce56d2e25 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e042b3aeed917b179d24c1f7a099c4cce56d2e25
Author: Tom Stellard <[email protected]> Date: Mon May 7 14:51:27 2012 -0400 radeon/llvm: Remove old comment from AMDIL.h --- src/gallium/drivers/radeon/AMDIL.h | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/src/gallium/drivers/radeon/AMDIL.h b/src/gallium/drivers/radeon/AMDIL.h index 317ea12..abbb011 100644 --- a/src/gallium/drivers/radeon/AMDIL.h +++ b/src/gallium/drivers/radeon/AMDIL.h @@ -137,11 +137,6 @@ enum AddressSpaces { LAST_ADDRESS = 8 }; -// We are piggybacking on the CommentFlag enum in MachineInstr.h to -// set bits in AsmPrinterFlags of the MachineInstruction. We will -// start at bit 16 and allocate down while LLVM will start at bit -// 1 and allocate up. - // This union/struct combination is an easy way to read out the // exact bits that are needed. typedef union ResourceRec { _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
