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)
commitcc4487eb8b8860f096819aacd95be723948a4632
tree8b7c35795d2144fe46f3b7ebebb4345bd1b0cd40
parentc5b84a53f7f0c2a8eb86fed138f6d4da78816cfb
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
   ^

llvm-svn: 223729
llvm/lib/Target/PowerPC/PPC.td