summaryrefslogtreecommitdiff
path: root/test/Feature/newcasts.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-12-29 20:21:51 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-12-29 20:21:51 +0000
commitd45bff90954220d64af0ab776fd5c0e50654406f (patch)
treeeedf135a2985d356db3168eef1b200c9f104a070 /test/Feature/newcasts.ll
parent73e70822ae9dd03f092b1ae56c5fed6d39b7af3c (diff)
downloadllvm-d45bff90954220d64af0ab776fd5c0e50654406f.tar.gz
llvm-d45bff90954220d64af0ab776fd5c0e50654406f.tar.bz2
llvm-d45bff90954220d64af0ab776fd5c0e50654406f.tar.xz
Run llvm-upgrade on test to prepare for new assembly syntax.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32769 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature/newcasts.ll')
-rw-r--r--test/Feature/newcasts.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/newcasts.ll b/test/Feature/newcasts.ll
index 00919d180d..148e2eee9f 100644
--- a/test/Feature/newcasts.ll
+++ b/test/Feature/newcasts.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llvm-dis > %t1.ll
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > %t1.ll
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
; RUN: diff %t1.ll %t2.ll