OSDN Git Service

Revert r223709, "[PowerPC]Activate FeatureVSX for the Power target", to unbreak bots.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 9 Dec 2014 01:03:27 +0000 (01:03 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 9 Dec 2014 01:03:27 +0000 (01:03 +0000)
commit3d6e1eeeb273df78cd317e11067300305bd71769
treebb8ba99f644126d40765de28d1d0fd62a010d710
parent014b06e7b28cdaaf0f1a614cdc98b82a62e64ba9
Revert r223709, "[PowerPC]Activate FeatureVSX for the Power target", to unbreak bots.

CodeGen/PowerPC/vsx-p8.ll was failing.

  '+power8-vector' is not a recognized feature for this target (ignoring feature)
  llvm/test/CodeGen/PowerPC/vsx-p8.ll:33:14: error: expected string not found in input
  ; CHECK-REG: lxvw4x 34, 0, 3
               ^
  <stdin>:50:2: note: scanning from here
   .align 3
   ^
  <stdin>:61:2: note: possible intended match here
   lvx 3, 0, 3
   ^

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223729 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPC.td