aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenTarget.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-27 01:45:06 +0000
committerChris Lattner <sabre@nondot.org>2006-01-27 01:45:06 +0000
commitaa77d77a431ec5d2946df2bee33fe2023ca508d6 (patch)
tree9e392de10f3b9860eba0de676ae564f877255ff5 /utils/TableGen/CodeGenTarget.h
parentf52e2618f3992aa673c738aa1d2e6c046a0b6f5a (diff)
PHI and INLINEASM are now builtin instructions provided by Target.td
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25673 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/CodeGenTarget.h')
-rw-r--r--utils/TableGen/CodeGenTarget.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/TableGen/CodeGenTarget.h b/utils/TableGen/CodeGenTarget.h
index c7958d5a47..8a4367ad1d 100644
--- a/utils/TableGen/CodeGenTarget.h
+++ b/utils/TableGen/CodeGenTarget.h
@@ -148,10 +148,6 @@ public:
&NumberedInstructions);
- /// getPHIInstruction - Return the designated PHI instruction.
- ///
- const CodeGenInstruction &getPHIInstruction() const;
-
/// isLittleEndianEncoding - are instruction bit patterns defined as [0..n]?
///
bool isLittleEndianEncoding() const;