summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenTarget.h
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-10-14 05:50:43 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-10-14 05:50:43 +0000
commit243ded5e1aef894746e50f5dddfe843a31ef2396 (patch)
tree4b55d064a98a5021c08cf30c733822892661384e /llvm/utils/TableGen/CodeGenTarget.h
parent45c35b1d1fdce090062646a84a200121c1a9f25c (diff)
downloadbcm5719-llvm-243ded5e1aef894746e50f5dddfe843a31ef2396.tar.gz
bcm5719-llvm-243ded5e1aef894746e50f5dddfe843a31ef2396.zip
* Add option to read isLittleEndianEncoding for InstrInfo classes
* Doxygen-ify some function comments llvm-svn: 16974
Diffstat (limited to 'llvm/utils/TableGen/CodeGenTarget.h')
-rw-r--r--llvm/utils/TableGen/CodeGenTarget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/CodeGenTarget.h b/llvm/utils/TableGen/CodeGenTarget.h
index 9b338d88c9f..d74e8872a3e 100644
--- a/llvm/utils/TableGen/CodeGenTarget.h
+++ b/llvm/utils/TableGen/CodeGenTarget.h
@@ -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
OpenPOWER on IntegriCloud