* Add option to read isLittleEndianEncoding for InstrInfo classes

* Doxygen-ify some function comments


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16974 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman
2004-10-14 05:50:43 +00:00
parent 9c07866ef8
commit 35e83cc970
2 changed files with 13 additions and 0 deletions
+4
View File
@@ -96,6 +96,10 @@ public:
/// getPHIInstruction - Return the designated PHI instruction.
///
const CodeGenInstruction &getPHIInstruction() const;
/// isLittleEndianEncoding - are instruction bit patterns defined as [0..n]?
///
bool isLittleEndianEncoding() const;
};
} // End llvm namespace