Strip trailing whitespace.

llvm-svn: 291395
This commit is contained in:
Simon Pilgrim 2017-01-08 18:37:42 +00:00
parent 84d75f8337
commit e6d948b857
1 changed files with 1 additions and 1 deletions

View File

@ -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 {