diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-01-08 18:37:42 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-01-08 18:37:42 +0000 |
commit | e6d948b857a9c6fb02a7c2d0122d2ba4d98bf9b4 (patch) | |
tree | 5fc6f636cc42999ce942212ca83ff9cbc36e50a5 /llvm/lib | |
parent | 84d75f833796e509c32839244d512cb3b6ec0e55 (diff) | |
download | bcm5719-llvm-e6d948b857a9c6fb02a7c2d0122d2ba4d98bf9b4.tar.gz bcm5719-llvm-e6d948b857a9c6fb02a7c2d0122d2ba4d98bf9b4.zip |
Strip trailing whitespace.
llvm-svn: 291395
Diffstat (limited to 'llvm/lib')
-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 4cd6ae563f0..09971d586a4 100644 --- a/llvm/lib/Target/X86/X86InstrSSE.td +++ b/llvm/lib/Target/X86/X86InstrSSE.td @@ -6397,7 +6397,7 @@ let Predicates = [HasAVX] in { defm VROUND : sse41_fp_binop_s<0x0A, 0x0B, "vround", int_x86_sse41_round_ss, int_x86_sse41_round_sd, 0>, VEX_4V, VEX_LIG; - defm VROUND : avx_fp_unop_rm<0x0A, 0x0B, "vround">, VEX_4V, VEX_LIG; + defm VROUND : avx_fp_unop_rm<0x0A, 0x0B, "vround">, VEX_4V, VEX_LIG; } let Predicates = [UseAVX] in { |