summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCISelLowering.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-28 01:43:22 +0000
committerChris Lattner <sabre@nondot.org>2006-03-28 01:43:22 +0000
commit7f20b13518b3e45b1c594d3faac3b649571d48d8 (patch)
treefc157ac607d91c70ac5dcf97fedd038d4d97b2e8 /lib/Target/PowerPC/PPCISelLowering.h
parent8156a0d224a2636d5ac681f2744ce56a8956d974 (diff)
downloadllvm-7f20b13518b3e45b1c594d3faac3b649571d48d8.tar.gz
llvm-7f20b13518b3e45b1c594d3faac3b649571d48d8.tar.bz2
llvm-7f20b13518b3e45b1c594d3faac3b649571d48d8.tar.xz
Use normal lvx for scalar_to_vector instead of lve*x. They do the exact
same thing and we have a dag node for the former. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27205 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCISelLowering.h')
-rw-r--r--lib/Target/PowerPC/PPCISelLowering.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Target/PowerPC/PPCISelLowering.h b/lib/Target/PowerPC/PPCISelLowering.h
index cad4ea84d9..7a7c6290ca 100644
--- a/lib/Target/PowerPC/PPCISelLowering.h
+++ b/lib/Target/PowerPC/PPCISelLowering.h
@@ -48,14 +48,6 @@ namespace llvm {
// three v4f32 operands and producing a v4f32 result.
VMADDFP, VNMSUBFP,
- /// LVE_X - The PPC LVE*X instructions. The size of the element loaded is
- /// the size of the element type of the vector result. The element loaded
- /// depends on the alignment of the input pointer.
- ///
- /// The first operand is a token chain, the second is the address to load
- /// the third is the SRCVALUE node.
- LVE_X,
-
/// VPERM - The PPC VPERM Instruction.
///
VPERM,