X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFeature%2Fproperties.ll;h=c688d689be2827e4db345de003ea383a7bb46266;hb=7a25825033a53925f6039b77c4cb0b975026b4e1;hp=fc88f239dc24be8b5719ca13796fda9f9c2d2826;hpb=3f7706b5d23aca56a6d3a62ebb9466e1e89335f7;p=oota-llvm.git diff --git a/test/Feature/properties.ll b/test/Feature/properties.ll index fc88f239dc2..c688d689be2 100644 --- a/test/Feature/properties.ll +++ b/test/Feature/properties.ll @@ -1,10 +1,7 @@ -; RUN: llvm-as %s -o - | llvm-dis > %t1.ll +; RUN: llvm-as < %s | llvm-dis > %t1.ll ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll ; RUN: diff %t1.ll %t2.ll - -target endian = little -target pointersize = 32 +target datalayout = "e-p:32:32" target triple = "proc-vend-sys" deplibs = [ "m", "c" ] -