aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Hexagon/HexagonInstrInfo.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-02-15 18:32:25 +0000
committerEric Christopher <echristo@apple.com>2012-02-15 18:32:25 +0000
commiteddd6abdde2c66743e2bc3fe8996aa38d0e77b80 (patch)
tree262dc467d7951b0deac6ad386802720177cc6073 /lib/Target/Hexagon/HexagonInstrInfo.h
parenta997b3e51a9739447dfdbe1ba5f7743a1f5082af (diff)
downloadexternal_llvm-eddd6abdde2c66743e2bc3fe8996aa38d0e77b80.zip
external_llvm-eddd6abdde2c66743e2bc3fe8996aa38d0e77b80.tar.gz
external_llvm-eddd6abdde2c66743e2bc3fe8996aa38d0e77b80.tar.bz2
Revert "Optimize redundant sign extends and negation of predicates"
as it's breaking the build. This reverts commit 11241abca5e2a313412fed594bb9d9fa2a2057fb. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150604 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Hexagon/HexagonInstrInfo.h')
-rw-r--r--lib/Target/Hexagon/HexagonInstrInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Hexagon/HexagonInstrInfo.h b/lib/Target/Hexagon/HexagonInstrInfo.h
index 1e3ba01..8be1ef3 100644
--- a/lib/Target/Hexagon/HexagonInstrInfo.h
+++ b/lib/Target/Hexagon/HexagonInstrInfo.h
@@ -163,7 +163,6 @@ public:
bool isConditionalALU32 (const MachineInstr* MI) const;
bool isConditionalLoad (const MachineInstr* MI) const;
bool isDeallocRet(const MachineInstr *MI) const;
- unsigned getInvertedPredicatedOpcode(const int Opc) const;
private:
int getMatchingCondBranchOpcode(int Opc, bool sense) const;