summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature/properties.ll
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-03-01 07:38:40 +0000
committerTanya Lattner <tonic@nondot.org>2008-03-01 07:38:40 +0000
commitb7e02fc0bf18ec1d026291aab48d125a455b3ec5 (patch)
treec8363a654a595a92d7917b036128aa4555ab1c56 /llvm/test/Feature/properties.ll
parentbb2090018474648c03f16b5db8b7cf8987fcb9ed (diff)
downloadbcm5719-llvm-b7e02fc0bf18ec1d026291aab48d125a455b3ec5.tar.gz
bcm5719-llvm-b7e02fc0bf18ec1d026291aab48d125a455b3ec5.zip
Remove llvm-upgrade and update tests.
llvm-svn: 47784
Diffstat (limited to 'llvm/test/Feature/properties.ll')
-rw-r--r--llvm/test/Feature/properties.ll7
1 files changed, 2 insertions, 5 deletions
diff --git a/llvm/test/Feature/properties.ll b/llvm/test/Feature/properties.ll
index e906f22b18e..c688d689be2 100644
--- a/llvm/test/Feature/properties.ll
+++ b/llvm/test/Feature/properties.ll
@@ -1,10 +1,7 @@
-; RUN: llvm-upgrade < %s | llvm-as | 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" ]
-
OpenPOWER on IntegriCloud