radeon/llvm: Remove old comment from AMDIL.h
authorTom Stellard <thomas.stellard@amd.com>
Mon, 7 May 2012 18:51:27 +0000 (14:51 -0400)
committerTom Stellard <thomas.stellard@amd.com>
Tue, 8 May 2012 19:47:45 +0000 (15:47 -0400)
src/gallium/drivers/radeon/AMDIL.h

index 317ea124f66076c405c5354f7b04615a560fbd92..abbb0112c5707374432c308802748f3108fc4d52 100644 (file)
@@ -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 {