aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-05-07 14:51:27 -0400
committerTom Stellard <[email protected]>2012-05-08 15:47:45 -0400
commite042b3aeed917b179d24c1f7a099c4cce56d2e25 (patch)
treea7a85cbfc5b9dab4afce542b0ae40f78d5202b6b /src
parente19741c4d8a1da4c3d3c0eac5cb5b7235b0a93b1 (diff)
radeon/llvm: Remove old comment from AMDIL.h
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/radeon/AMDIL.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/radeon/AMDIL.h b/src/gallium/drivers/radeon/AMDIL.h
index 317ea124f66..abbb0112c57 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 {