summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrFormats.td
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-27 01:46:15 +0000
committerChris Lattner <sabre@nondot.org>2006-01-27 01:46:15 +0000
commitcedc6f4b30c1fd5f7ad1df0b65b870e6f107e8ff (patch)
treec07602fc956e4a4fcd656070ca66e45f66b58bcc /lib/Target/PowerPC/PPCInstrFormats.td
parentaa77d77a431ec5d2946df2bee33fe2023ca508d6 (diff)
downloadllvm-cedc6f4b30c1fd5f7ad1df0b65b870e6f107e8ff.tar.gz
llvm-cedc6f4b30c1fd5f7ad1df0b65b870e6f107e8ff.tar.bz2
llvm-cedc6f4b30c1fd5f7ad1df0b65b870e6f107e8ff.tar.xz
PHI and INLINEASM are now built-in instructions provided by Target.td
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25674 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrFormats.td')
-rw-r--r--lib/Target/PowerPC/PPCInstrFormats.td3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/PowerPC/PPCInstrFormats.td b/lib/Target/PowerPC/PPCInstrFormats.td
index 07f0e1ca30..0c7dca0d7b 100644
--- a/lib/Target/PowerPC/PPCInstrFormats.td
+++ b/lib/Target/PowerPC/PPCInstrFormats.td
@@ -644,9 +644,8 @@ class VXRForm_1<bits<10> xo, bit rc, dag OL, string asmstr,
}
//===----------------------------------------------------------------------===//
-def NoItin : InstrItinClass;
class Pseudo<dag OL, string asmstr, list<dag> pattern>
- : I<0, OL, asmstr, NoItin> {
+ : I<0, OL, asmstr, NoItinerary> {
let PPC64 = 0;
let VMX = 0;
let Pattern = pattern;