summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMISelLowering.h
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-08-13 05:58:56 +0000
committerBob Wilson <bob.wilson@apple.com>2009-08-13 05:58:56 +0000
commitef6e602bf445423fa05c31785d96bc6527129d5c (patch)
tree6d84344294d7b21ea15a91ed66546a1771b4df69 /llvm/lib/Target/ARM/ARMISelLowering.h
parent00a8de054c9e6498a2f4ef00b3a7eeabf7a4ed0f (diff)
downloadbcm5719-llvm-ef6e602bf445423fa05c31785d96bc6527129d5c.tar.gz
bcm5719-llvm-ef6e602bf445423fa05c31785d96bc6527129d5c.zip
Revert r78852 for now. I want to do this differently, but I don't have time
to fix it tonight. llvm-svn: 78896
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.h')
-rw-r--r--llvm/lib/Target/ARM/ARMISelLowering.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.h b/llvm/lib/Target/ARM/ARMISelLowering.h
index 57f3c4d012c..328959a24d9 100644
--- a/llvm/lib/Target/ARM/ARMISelLowering.h
+++ b/llvm/lib/Target/ARM/ARMISelLowering.h
@@ -129,8 +129,7 @@ namespace llvm {
// Vector shuffles:
VREV64, // reverse elements within 64-bit doublewords
VREV32, // reverse elements within 32-bit words
- VREV16, // reverse elements within 16-bit halfwords
- VSPLAT0 // duplicate element 0 into all elements
+ VREV16 // reverse elements within 16-bit halfwords
};
}
OpenPOWER on IntegriCloud