diff options
author | Tom Stellard <[email protected]> | 2012-07-27 19:18:04 +0000 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-07-30 20:31:57 +0000 |
commit | ac669c32c6e80841e3ee63d65b58c0031b22e7b8 (patch) | |
tree | d330cb840e7398030ab97231f3deed34a88f8508 /src/gallium/drivers/radeon/R600InstrInfo.h | |
parent | 3a0187b1b53eca3143286a5ae7917cd71117b902 (diff) |
radeon/llvm: Merge AMDILInstrInfo.cpp into AMDGPUInstrInfo.cpp
Diffstat (limited to 'src/gallium/drivers/radeon/R600InstrInfo.h')
-rw-r--r-- | src/gallium/drivers/radeon/R600InstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/R600InstrInfo.h b/src/gallium/drivers/radeon/R600InstrInfo.h index b9cbcc81a5e..f6afee3a979 100644 --- a/src/gallium/drivers/radeon/R600InstrInfo.h +++ b/src/gallium/drivers/radeon/R600InstrInfo.h @@ -15,7 +15,7 @@ #define R600INSTRUCTIONINFO_H_ #include "AMDIL.h" -#include "AMDILInstrInfo.h" +#include "AMDGPUInstrInfo.h" #include "R600RegisterInfo.h" #include <map> |