summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature/inlineasm.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-12-02 04:23:10 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-12-02 04:23:10 +0000
commitd0e30dc5be204293e7ddf0c15f5f67fb36f1ca94 (patch)
tree46c3b512bb78e64fe2b86dab1fc60ea496ee0789 /llvm/test/Feature/inlineasm.ll
parentbc7daea442ac1baa91f707a9678261ebc2b68673 (diff)
downloadbcm5719-llvm-d0e30dc5be204293e7ddf0c15f5f67fb36f1ca94.tar.gz
bcm5719-llvm-d0e30dc5be204293e7ddf0c15f5f67fb36f1ca94.zip
Use the llvm-upgrade program to upgrade llvm assembly.
llvm-svn: 32115
Diffstat (limited to 'llvm/test/Feature/inlineasm.ll')
-rw-r--r--llvm/test/Feature/inlineasm.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Feature/inlineasm.ll b/llvm/test/Feature/inlineasm.ll
index 9043b494ea6..c34324a3eed 100644
--- a/llvm/test/Feature/inlineasm.ll
+++ b/llvm/test/Feature/inlineasm.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as %s -o /dev/null -f &&
-; RUN: llvm-as %s -o - | llvm-dis > Output/t1.ll &&
+; RUN: llvm-upgrade %s -o - | llvm-as -o /dev/null -f &&
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > Output/t1.ll &&
; RUN: llvm-as Output/t1.ll -o - | llvm-dis > Output/t2.ll &&
; RUN: diff Output/t1.ll Output/t2.ll
OpenPOWER on IntegriCloud