From d0e30dc5be204293e7ddf0c15f5f67fb36f1ca94 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 2 Dec 2006 04:23:10 +0000 Subject: Use the llvm-upgrade program to upgrade llvm assembly. llvm-svn: 32115 --- llvm/test/Regression/Transforms/Inline/inline_constprop.ll | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm/test/Regression/Transforms/Inline/inline_constprop.ll') diff --git a/llvm/test/Regression/Transforms/Inline/inline_constprop.ll b/llvm/test/Regression/Transforms/Inline/inline_constprop.ll index edfb0905f91..d76a88be37f 100644 --- a/llvm/test/Regression/Transforms/Inline/inline_constprop.ll +++ b/llvm/test/Regression/Transforms/Inline/inline_constprop.ll @@ -1,6 +1,6 @@ -; RUN: llvm-as < %s | opt -inline -disable-output && -; RUN: llvm-as < %s | opt -inline | llvm-dis | not grep callee && -; RUN: llvm-as < %s | opt -inline | llvm-dis | not grep div +; RUN: llvm-upgrade < %s | llvm-as | opt -inline -disable-output && +; RUN: llvm-upgrade < %s | llvm-as | opt -inline | llvm-dis | not grep callee && +; RUN: llvm-upgrade < %s | llvm-as | opt -inline | llvm-dis | not grep div implementation -- cgit v1.2.3