diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2012-05-11 15:59:59 -0400 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2012-05-11 15:59:59 -0400 |
commit | cd77000323beb3b4522d9394e5f73ac2bf907eef (patch) | |
tree | 14978c0b79d4c6a11938f765c062d624d5da3f0b | |
parent | e95b4355a90d8bf1c0d716e670322f96fcc0c1e8 (diff) |
Fixup SIInstrInfo after patchesr600-initial-review-May11
-rw-r--r-- | lib/Target/AMDIL/SIInstrInfo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/AMDIL/SIInstrInfo.h b/lib/Target/AMDIL/SIInstrInfo.h index 24f7a56f638..85f1c91e83a 100644 --- a/lib/Target/AMDIL/SIInstrInfo.h +++ b/lib/Target/AMDIL/SIInstrInfo.h @@ -28,9 +28,6 @@ private: MachineInstr * convertABS_f32(MachineInstr & absInstr, MachineFunction &MF, DebugLoc DL) const; - MachineInstr * convertCLAMP_f32(MachineInstr & clampInstr, - MachineFunction &MF, DebugLoc DL) const; - public: explicit SIInstrInfo(AMDGPUTargetMachine &tm); |