From 54392a20a2761bf45ac486c9df71fe9141d9f44b Mon Sep 17 00:00:00 2001 From: Daniel Jasper Date: Sun, 14 May 2017 22:07:50 +0000 Subject: Fix two tests that weren't correctly copied. One didn't correctly fine the regex variable, the other still had a RUN line for FNOBUILTIN-checks, which weren't copied to the file. llvm-svn: 303025 --- llvm/test/Transforms/ConstProp/sse.ll | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/test/Transforms/ConstProp') diff --git a/llvm/test/Transforms/ConstProp/sse.ll b/llvm/test/Transforms/ConstProp/sse.ll index d1820414611..cc37c96c1ff 100644 --- a/llvm/test/Transforms/ConstProp/sse.ll +++ b/llvm/test/Transforms/ConstProp/sse.ll @@ -1,5 +1,4 @@ ; RUN: opt < %s -constprop -S | FileCheck %s -; RUN: opt < %s -constprop -disable-simplify-libcalls -S | FileCheck %s --check-prefix=FNOBUILTIN ; REQUIRES: x86 define i1 @test_sse_cvts_exact() nounwind readnone { -- cgit v1.2.3