From 9b59d14fc4c7e7fd6f0d75e7d3deb2d7d8c52ccf Mon Sep 17 00:00:00 2001 From: Jakub Staszak Date: Fri, 19 Apr 2013 09:32:30 +0000 Subject: [PATCH] Revert 179826. Tests were worthless. llvm-svn: 179845 --- llvm/test/Transforms/GlobalDCE/complex-constantexpr.ll | 2 +- llvm/test/Transforms/PhaseOrdering/scev.ll | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/Transforms/GlobalDCE/complex-constantexpr.ll b/llvm/test/Transforms/GlobalDCE/complex-constantexpr.ll index 2978704ddf20..4bf1aeee709b 100644 --- a/llvm/test/Transforms/GlobalDCE/complex-constantexpr.ll +++ b/llvm/test/Transforms/GlobalDCE/complex-constantexpr.ll @@ -1,4 +1,4 @@ -; RUN: opt -globaldce -disable-output < %s +; RUN: opt -O2 -disable-output < %s ; PR15714 %struct.ham = type { i32 } diff --git a/llvm/test/Transforms/PhaseOrdering/scev.ll b/llvm/test/Transforms/PhaseOrdering/scev.ll index c3b71943f815..39adb6b73d3a 100644 --- a/llvm/test/Transforms/PhaseOrdering/scev.ll +++ b/llvm/test/Transforms/PhaseOrdering/scev.ll @@ -1,4 +1,4 @@ -; RUN: opt -S -analyze -scalar-evolution < %s | FileCheck %s +; RUN: opt -O3 -S -analyze -scalar-evolution < %s | FileCheck %s ; ; This file contains phase ordering tests for scalar evolution. ; Test that the standard passes don't obfuscate the IR so scalar evolution can't