diff options
author | Tom Stellard <[email protected]> | 2012-05-30 19:23:39 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-06-01 11:28:11 -0400 |
commit | 65917004d99ccb79f709e621f8f6cf66715ffdca (patch) | |
tree | a9fe1a0918745ce97f022df5140d9f09c585d7b0 /src/gallium/drivers/radeon/AMDILInstrInfo.cpp | |
parent | afea59bf6546c99e98409945fa69860096952bc3 (diff) |
radeon/llvm: Change prefix on tablegen files to AMDGPU
Diffstat (limited to 'src/gallium/drivers/radeon/AMDILInstrInfo.cpp')
-rw-r--r-- | src/gallium/drivers/radeon/AMDILInstrInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/AMDILInstrInfo.cpp b/src/gallium/drivers/radeon/AMDILInstrInfo.cpp index 0ac56b5186d..5143f3fd8fc 100644 --- a/src/gallium/drivers/radeon/AMDILInstrInfo.cpp +++ b/src/gallium/drivers/radeon/AMDILInstrInfo.cpp @@ -22,7 +22,7 @@ #include "llvm/Instructions.h" #define GET_INSTRINFO_CTOR -#include "AMDILGenInstrInfo.inc" +#include "AMDGPUGenInstrInfo.inc" using namespace llvm; |