From 08f32401a95e27ca19ce6747105aa8d2a721ba7a Mon Sep 17 00:00:00 2001 From: "Arnaud A. de Grandmaison" Date: Tue, 27 May 2014 22:03:28 +0000 Subject: No need for those tests to go thru llvm-as and/or llvm-dis. opt can handle them by itself. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209689 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/half-constprop.ll | 2 +- test/Assembler/half-conv.ll | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/Assembler') diff --git a/test/Assembler/half-constprop.ll b/test/Assembler/half-constprop.ll index 03ccdda97e..9e24f7242b 100644 --- a/test/Assembler/half-constprop.ll +++ b/test/Assembler/half-constprop.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -O3 | llvm-dis | FileCheck %s +; RUN: opt < %s -O3 -S | FileCheck %s ; Testing half constant propagation. define half @abc() nounwind { diff --git a/test/Assembler/half-conv.ll b/test/Assembler/half-conv.ll index bf9ae57139..70a6b86c39 100644 --- a/test/Assembler/half-conv.ll +++ b/test/Assembler/half-conv.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -O3 | llvm-dis | FileCheck %s +; RUN: opt < %s -O3 -S | FileCheck %s ; Testing half to float conversion. define float @abc() nounwind { -- cgit v1.2.3