mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
radeon/llvm: Remove old comment from AMDIL.h
This commit is contained in:
parent
e19741c4d8
commit
e042b3aeed
1 changed files with 0 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue