X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFeature%2Fproperties.ll;h=2111fa2f8d61472ab15c3dc188f06b870f8fc176;hb=fdd4da1f8bda791468e16746e76d1cfbb5a3349f;hp=fc88f239dc24be8b5719ca13796fda9f9c2d2826;hpb=3f7706b5d23aca56a6d3a62ebb9466e1e89335f7;p=oota-llvm.git diff --git a/test/Feature/properties.ll b/test/Feature/properties.ll index fc88f239dc2..2111fa2f8d6 100644 --- a/test/Feature/properties.ll +++ b/test/Feature/properties.ll @@ -1,10 +1,6 @@ -; 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" ] -