R600: Improve support for < 32-bit loads
[oota-llvm.git] / lib / Target / R600 / AMDGPUMachineFunction.h
index 5d5df1249b447d08db577191bbc8fac0e8f2a10d..789b96a8fa052ab8c1463df588847d4ee3dd60f5 100644 (file)
@@ -18,8 +18,6 @@
 namespace llvm {
 
 class AMDGPUMachineFunction : public MachineFunctionInfo {
-private:
-  static const char *ShaderTypeAttribute;
 public:
   AMDGPUMachineFunction(const MachineFunction &MF);
   unsigned ShaderType;