Revert "blockfreq: Temporarily turn on -debug-only=block-freq"

This reverts commit r206705, as planned.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206706 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan P. N. Exon Smith 2014-04-19 22:45:44 +00:00
parent 69552aa77e
commit c404a5334e
2 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,5 @@
;RUN: llc -debug-only=block-freq -march=sparc < %s -verify-machineinstrs | FileCheck %s
;RUN: llc -debug-only=block-freq -march=sparc -O0 < %s -verify-machineinstrs | FileCheck %s -check-prefix=UNOPT
;REQUIRES: asserts
;RUN: llc -march=sparc < %s -verify-machineinstrs | FileCheck %s
;RUN: llc -march=sparc -O0 < %s -verify-machineinstrs | FileCheck %s -check-prefix=UNOPT
target triple = "sparc-unknown-linux-gnu"

View File

@ -1,5 +1,4 @@
; RUN: llc -debug-only=block-freq < %s -mcpu=atom -march=x86-64 | FileCheck %s
; REQUIRES: asserts
; RUN: llc < %s -mcpu=atom -march=x86-64 | FileCheck %s
target triple = "x86_64-unknown-linux-gnu"