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

llvm-svn: 179825
This commit is contained in:
Jakub Staszak 2013-04-19 01:10:45 +00:00
parent 6084f45f38
commit 2c1daf75b9
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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. ; This file contains phase ordering tests for scalar evolution.
; Test that the standard passes don't obfuscate the IR so scalar evolution can't ; Test that the standard passes don't obfuscate the IR so scalar evolution can't