diff options
author | Tom Stellard <[email protected]> | 2012-07-26 19:20:14 +0000 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-08-15 18:35:26 +0000 |
commit | b6051bc7859829588b2361da96f8e828a7fe1326 (patch) | |
tree | dd53237f8a9ff1ea59e723ec906c71725da5aef7 /src/gallium/drivers/radeon/R600ISelLowering.cpp | |
parent | 040c2e04568e2fe9ec07167f5300a3dcdfebb04e (diff) |
radeon/llvm: Remove AMDGPUUtil.cpp
Diffstat (limited to 'src/gallium/drivers/radeon/R600ISelLowering.cpp')
-rw-r--r-- | src/gallium/drivers/radeon/R600ISelLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/R600ISelLowering.cpp b/src/gallium/drivers/radeon/R600ISelLowering.cpp index bfc9227db7b..f33d90e4fd4 100644 --- a/src/gallium/drivers/radeon/R600ISelLowering.cpp +++ b/src/gallium/drivers/radeon/R600ISelLowering.cpp @@ -13,7 +13,6 @@ //===----------------------------------------------------------------------===// #include "R600ISelLowering.h" -#include "AMDGPUUtil.h" #include "R600InstrInfo.h" #include "R600MachineFunctionInfo.h" #include "llvm/CodeGen/MachineInstrBuilder.h" |