projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e19741c
)
radeon/llvm: Remove old comment from AMDIL.h
author
Tom Stellard
<thomas.stellard@amd.com>
Mon, 7 May 2012 18:51:27 +0000
(14:51 -0400)
committer
Tom Stellard
<thomas.stellard@amd.com>
Tue, 8 May 2012 19:47:45 +0000
(15:47 -0400)
src/gallium/drivers/radeon/AMDIL.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/radeon/AMDIL.h
b/src/gallium/drivers/radeon/AMDIL.h
index 317ea124f66076c405c5354f7b04615a560fbd92..abbb0112c5707374432c308802748f3108fc4d52 100644
(file)
--- 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 {