summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrAltivec.td
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-07-18 16:33:26 +0000
committerChris Lattner <sabre@nondot.org>2006-07-18 16:33:26 +0000
commit303c695529f58ec12f7c31a6406c560cd23cc4f2 (patch)
treec30b821e1b4032bcd557b64ae0154f302869f410 /lib/Target/PowerPC/PPCInstrAltivec.td
parentff3d80ff7e167a8b6e84621ed155481c8b6a2bb4 (diff)
downloadllvm-303c695529f58ec12f7c31a6406c560cd23cc4f2.tar.gz
llvm-303c695529f58ec12f7c31a6406c560cd23cc4f2.tar.bz2
llvm-303c695529f58ec12f7c31a6406c560cd23cc4f2.tar.xz
Make the implicit def instructions look like other instrs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29174 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrAltivec.td')
-rw-r--r--lib/Target/PowerPC/PPCInstrAltivec.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCInstrAltivec.td b/lib/Target/PowerPC/PPCInstrAltivec.td
index ab06f3e644..545a4da505 100644
--- a/lib/Target/PowerPC/PPCInstrAltivec.td
+++ b/lib/Target/PowerPC/PPCInstrAltivec.td
@@ -157,7 +157,7 @@ class VX2_Int<bits<11> xo, string opc, Intrinsic IntID>
//===----------------------------------------------------------------------===//
// Instruction Definitions.
-def IMPLICIT_DEF_VRRC : Pseudo<(ops VRRC:$rD), "; $rD = IMPLICIT_DEF_VRRC",
+def IMPLICIT_DEF_VRRC : Pseudo<(ops VRRC:$rD), "; IMPLICIT_DEF_VRRC $rD",
[(set VRRC:$rD, (v4i32 (undef)))]>;
let noResults = 1 in {