diff options
author | Chris Lattner <sabre@nondot.org> | 2006-01-27 01:45:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-01-27 01:45:06 +0000 |
commit | 543fe4b6aa414b7d5fcc91ada0c46071ef407064 (patch) | |
tree | 5db30479a949d116b2f9da8da8c44422961d8bdd /llvm/utils/TableGen/CodeGenTarget.h | |
parent | db2a5f09f1c83fa9cc41288f0e70a4b5ceca6d00 (diff) | |
download | bcm5719-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.h | 4 |
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; |