1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-14 06:37:33 +00:00

Don't run expensive -O2 and -O3 in tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179825 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jakub Staszak 2013-04-19 01:10:45 +00:00
parent 5bd0767a04
commit 943baedefd
2 changed files with 2 additions and 2 deletions
test/Transforms
GlobalDCE
PhaseOrdering

@ -1,4 +1,4 @@
; RUN: opt -O2 -disable-output < %s
; RUN: opt -globaldce -disable-output < %s
; PR15714
%struct.ham = type { i32 }

@ -1,4 +1,4 @@
; RUN: opt -O3 -S -analyze -scalar-evolution < %s | FileCheck %s
; RUN: opt -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