diff options
| author | Chad Rosier <mcrosier@apple.com> | 2012-03-20 18:38:33 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@apple.com> | 2012-03-20 18:38:33 +0000 |
| commit | 93d5427c69d0ede61c7cd69ecee29fed75d08c99 (patch) | |
| tree | ccb8718f2069a54220457efd103f969564629e6e /llvm/lib/Target/X86 | |
| parent | b3a40ba812cde1ab2571754a97d19215645271ff (diff) | |
| download | bcm5719-llvm-93d5427c69d0ede61c7cd69ecee29fed75d08c99.tar.gz bcm5719-llvm-93d5427c69d0ede61c7cd69ecee29fed75d08c99.zip | |
Whitespace.
llvm-svn: 153105
Diffstat (limited to 'llvm/lib/Target/X86')
| -rw-r--r-- | llvm/lib/Target/X86/X86InstrSSE.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrSSE.td b/llvm/lib/Target/X86/X86InstrSSE.td index 7f7b5562cce..2e1794cc114 100644 --- a/llvm/lib/Target/X86/X86InstrSSE.td +++ b/llvm/lib/Target/X86/X86InstrSSE.td @@ -641,7 +641,7 @@ let Predicates = [HasAVX] in { (VMOVSDrr (v2i64 (V_SET0)), (EXTRACT_SUBREG (v4i64 VR256:$src), sub_sd)), sub_xmm)>; -// Extract and store. + // Extract and store. def : Pat<(store (f32 (vector_extract (v4f32 VR128:$src), (iPTR 0))), addr:$dst), (VMOVSSmr addr:$dst, |

