From d45bff90954220d64af0ab776fd5c0e50654406f Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 29 Dec 2006 20:21:51 +0000 Subject: [PATCH] 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 --- test/Feature/newcasts.ll | 2 +- test/Feature/packed_struct.ll | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Feature/newcasts.ll b/test/Feature/newcasts.ll index 00919d180dd..148e2eee9f1 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 diff --git a/test/Feature/packed_struct.ll b/test/Feature/packed_struct.ll index 8c620bb7249..10a607ec31a 100755 --- a/test/Feature/packed_struct.ll +++ b/test/Feature/packed_struct.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 && ; RUN: not grep cast %t2.ll && -- 2.34.1