Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / vec_ins_extract.ll
index 7882839575855382a2b89e7185158d51537b71da..daf222e395bf2d7a1b55cf3d8172e47f9874d1b3 100644 (file)
@@ -1,8 +1,9 @@
-; RUN: llvm-as < %s | opt -scalarrepl -instcombine | \
+; RUN: opt < %s -scalarrepl -instcombine | \
 ; RUN:   llc -march=x86 -mcpu=yonah | not grep sub.*esp
 
 ; This checks that various insert/extract idiom work without going to the
 ; stack.
+target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
 
 define void @test(<4 x float>* %F, float %f) {
 entry: