AMDGPU: Fix not adding exec to defs of cmpx instruction pseudos
[oota-llvm.git] / lib / Target / AMDGPU / SIISelLowering.h
index 635b4edc89deaa8b8d5914ca702e7143bb48d77c..a8b8ad34ed9db1c989025cab5c9950c6486b6005 100644 (file)
@@ -56,6 +56,8 @@ class SITargetLowering : public AMDGPUTargetLowering {
   SDValue performMin3Max3Combine(SDNode *N, DAGCombinerInfo &DCI) const;
   SDValue performSetCCCombine(SDNode *N, DAGCombinerInfo &DCI) const;
 
+  bool isLegalFlatAddressingMode(const AddrMode &AM) const;
+  bool isLegalMUBUFAddressingMode(const AddrMode &AM) const;
 public:
   SITargetLowering(TargetMachine &tm, const AMDGPUSubtarget &STI);