From 1e9d4977b680c87be23551e8a4168dbea6f00098 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 19 Dec 2006 19:55:17 +0000 Subject: [PATCH] For PR950: Test needs to be upgraded for the forthcoming FCmpInst patch. llvm-svn: 32683 --- llvm/test/Regression/ExecutionEngine/2003-01-10-FUCOM.ll | 2 +- llvm/test/Regression/ExecutionEngine/test-constantexpr.ll | 2 +- llvm/test/Regression/ExecutionEngine/test-setcond-fp.ll | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/test/Regression/ExecutionEngine/2003-01-10-FUCOM.ll b/llvm/test/Regression/ExecutionEngine/2003-01-10-FUCOM.ll index 0e436f4d43b7..4209df96849d 100644 --- a/llvm/test/Regression/ExecutionEngine/2003-01-10-FUCOM.ll +++ b/llvm/test/Regression/ExecutionEngine/2003-01-10-FUCOM.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as -f %s -o %t.bc +; RUN: llvm-upgrade < %s | llvm-as -f -o %t.bc ; RUN: lli %t.bc > /dev/null diff --git a/llvm/test/Regression/ExecutionEngine/test-constantexpr.ll b/llvm/test/Regression/ExecutionEngine/test-constantexpr.ll index 60e0a2d81ccb..1ee7e148e9c2 100644 --- a/llvm/test/Regression/ExecutionEngine/test-constantexpr.ll +++ b/llvm/test/Regression/ExecutionEngine/test-constantexpr.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as -f %s -o %t.bc +; RUN: llvm-upgrade < %s | llvm-as -f -o %t.bc ; RUN: lli %t.bc > /dev/null ; This tests to make sure that we can evaluate weird constant expressions diff --git a/llvm/test/Regression/ExecutionEngine/test-setcond-fp.ll b/llvm/test/Regression/ExecutionEngine/test-setcond-fp.ll index e02434594485..3f54d6f97ae1 100644 --- a/llvm/test/Regression/ExecutionEngine/test-setcond-fp.ll +++ b/llvm/test/Regression/ExecutionEngine/test-setcond-fp.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as -f %s -o %t.bc +; RUN: llvm-upgrade < %s | llvm-as -f -o %t.bc ; RUN: lli %t.bc > /dev/null