diff options
author | Bob Wilson <bob.wilson@apple.com> | 2009-08-13 05:58:56 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2009-08-13 05:58:56 +0000 |
commit | ef6e602bf445423fa05c31785d96bc6527129d5c (patch) | |
tree | 6d84344294d7b21ea15a91ed66546a1771b4df69 /llvm/lib/Target/ARM/ARMISelLowering.h | |
parent | 00a8de054c9e6498a2f4ef00b3a7eeabf7a4ed0f (diff) | |
download | bcm5719-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.h | 3 |
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 }; } |