summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/AMDGPUInstrInfo.cpp
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-05-07 15:20:26 -0400
committerTom Stellard <[email protected]>2012-05-08 15:47:45 -0400
commit52a7f212d36bd9829494bd588ecb9a3ebe9fc28a (patch)
tree6c4bb5a2d57b80d7d8b082edfd0ae7b72e9107b6 /src/gallium/drivers/radeon/AMDGPUInstrInfo.cpp
parente042b3aeed917b179d24c1f7a099c4cce56d2e25 (diff)
radeon/llvm: Remove the ReorderPreloadInstructions pass
Diffstat (limited to 'src/gallium/drivers/radeon/AMDGPUInstrInfo.cpp')
-rw-r--r--src/gallium/drivers/radeon/AMDGPUInstrInfo.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/radeon/AMDGPUInstrInfo.cpp b/src/gallium/drivers/radeon/AMDGPUInstrInfo.cpp
index 4742283f688..ecd8ac90526 100644
--- a/src/gallium/drivers/radeon/AMDGPUInstrInfo.cpp
+++ b/src/gallium/drivers/radeon/AMDGPUInstrInfo.cpp
@@ -108,9 +108,4 @@ unsigned AMDGPUInstrInfo::getISAOpcode(unsigned opcode) const
}
}
-bool AMDGPUInstrInfo::isRegPreload(const MachineInstr &MI) const
-{
- return (get(MI.getOpcode()).TSFlags >> AMDGPU_TFLAG_SHIFTS::PRELOAD_REG) & 0x1;
-}
-
#include "AMDGPUInstrEnums.include"