Revert "blockfreq: Temporarily turn on -debug-only=block-freq"
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 19 Apr 2014 22:45:44 +0000 (22:45 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 19 Apr 2014 22:45:44 +0000 (22:45 +0000)
This reverts commit r206705, as planned.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206706 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
test/CodeGen/X86/atom-bypass-slow-division-64.ll

index 680f05b834078d716f26b040a837d71d923ffb56..308980d1ccba7878d79a0840d1eabe8acef465a7 100644 (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"
 
index 55cd92dfa698cf34f1decf090e0c66a9487402ce..5980b7907c9fff3ae73dba399b9c929d53616dc1 100644 (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"