X86: Emit Win64 SaveXMM opcodes at the right offset in the right order
[oota-llvm.git] / lib / Target / R600 / AMDGPUSubtarget.h
index 0c0145cb2b3cd4b5880ffbe0874efbe0b67d0038..2f2a152519a5ac45a00d1dbfc702866e745d4aba 100644 (file)
@@ -243,6 +243,10 @@ public:
     // FIXME: Not sure what this is for other subtagets.
     llvm_unreachable("do not know max waves per CU for this subtarget.");
   }
+
+  bool enableSubRegLiveness() const override {
+    return true;
+  }
 };
 
 } // End namespace llvm