[PowerPC 4/4] Enable little-endian support for VSX.
[oota-llvm.git] / test / CodeGen / PowerPC / vsx_shuffle_le.ll
index b3682b96f1301dc02adae296657a8a81c817fab0..588cfdad7853c779ee493ab3b773a1b71389ff27 100644 (file)
@@ -1,9 +1,4 @@
-; Note: This test is disabled until VSX is enabled for LE, as otherwise
-; we don't get the correct code gen.
-; RUN: llc -mcpu=pwr8 -mtriple=powerpc64-unknown-linux-gnu < %s
-; FIXME: Remove this and all above lines when VSX is enabled for LE.
-
-; R;UN: llc -mcpu=pwr8 -mattr=+vsx -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s
+; RUN: llc -mcpu=pwr8 -mattr=+vsx -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s
 
 define <2 x double> @test00(<2 x double>* %p1, <2 x double>* %p2) {
   %v1 = load <2 x double>* %p1