From: Bill Schmidt Date: Mon, 25 Apr 2016 16:17:26 +0000 (+0000) Subject: rs6000-builtin.def: Correct pasto error for stxvd2x and stxvw4x built-in functions. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7bb66bac9557eb9eeacb7f3116fe69f3ea1c436b;p=gcc.git rs6000-builtin.def: Correct pasto error for stxvd2x and stxvw4x built-in functions. 2016-04-25 Bill Schmidt * rs6000-builtin.def: Correct pasto error for stxvd2x and stxvw4x built-in functions. From-SVN: r235412 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8a9a29b61c0..14c2ff38270 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-04-25 Bill Schmidt + + * rs6000-builtin.def: Correct pasto error for stxvd2x and stxvw4x + built-in functions. + 2016-04-25 DJ Delorie * config/msp430/msp430.md (ashlhi3): Optimize one bit shifts. diff --git a/gcc/config/rs6000/rs6000-builtin.def b/gcc/config/rs6000/rs6000-builtin.def index 5b82b00449e..891d2402676 100644 --- a/gcc/config/rs6000/rs6000-builtin.def +++ b/gcc/config/rs6000/rs6000-builtin.def @@ -1391,13 +1391,13 @@ BU_VSX_X (LXVW4X_V4SI, "lxvw4x_v4si", MEM) BU_VSX_X (LXVW4X_V8HI, "lxvw4x_v8hi", MEM) BU_VSX_X (LXVW4X_V16QI, "lxvw4x_v16qi", MEM) BU_VSX_X (STXSDX, "stxsdx", MEM) -BU_VSX_X (STXVD2X_V1TI, "stxsdx_v1ti", MEM) -BU_VSX_X (STXVD2X_V2DF, "stxsdx_v2df", MEM) -BU_VSX_X (STXVD2X_V2DI, "stxsdx_v2di", MEM) -BU_VSX_X (STXVW4X_V4SF, "stxsdx_v4sf", MEM) -BU_VSX_X (STXVW4X_V4SI, "stxsdx_v4si", MEM) -BU_VSX_X (STXVW4X_V8HI, "stxsdx_v8hi", MEM) -BU_VSX_X (STXVW4X_V16QI, "stxsdx_v16qi", MEM) +BU_VSX_X (STXVD2X_V1TI, "stxvd2x_v1ti", MEM) +BU_VSX_X (STXVD2X_V2DF, "stxvd2x_v2df", MEM) +BU_VSX_X (STXVD2X_V2DI, "stxvd2x_v2di", MEM) +BU_VSX_X (STXVW4X_V4SF, "stxvw4x_v4sf", MEM) +BU_VSX_X (STXVW4X_V4SI, "stxvw4x_v4si", MEM) +BU_VSX_X (STXVW4X_V8HI, "stxvw4x_v8hi", MEM) +BU_VSX_X (STXVW4X_V16QI, "stxvw4x_v16qi", MEM) BU_VSX_X (XSABSDP, "xsabsdp", CONST) BU_VSX_X (XSADDDP, "xsadddp", FP) BU_VSX_X (XSCMPODP, "xscmpodp", FP)