summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit543fe4b6aa414b7d5fcc91ada0c46071ef407064 (patch)
tree5db30479a949d116b2f9da8da8c44422961d8bdd /llvm/utils/TableGen/CodeGenTarget.h
parentdb2a5f09f1c83fa9cc41288f0e70a4b5ceca6d00 (diff)
downloadbcm5719-llvm-543fe4b6aa414b7d5fcc91ada0c46071ef407064.tar.gz
bcm5719-llvm-543fe4b6aa414b7d5fcc91ada0c46071ef407064.zip
PHI and INLINEASM are now builtin instructions provided by Target.td
llvm-svn: 25673
Diffstat (limited to 'llvm/utils/TableGen/CodeGenTarget.h')
-rw-r--r--llvm/utils/TableGen/CodeGenTarget.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/utils/TableGen/CodeGenTarget.h b/llvm/utils/TableGen/CodeGenTarget.h
index c7958d5a476..8a4367ad1dd 100644
--- a/llvm/utils/TableGen/CodeGenTarget.h
+++ b/llvm/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;
OpenPOWER on IntegriCloud