[llvm] r199661 - Fix misched-aa-colored.ll to require asserts (trying again)

Hal Finkel hfinkel at anl.gov
Mon Jan 20 06:15:28 PST 2014


Author: hfinkel
Date: Mon Jan 20 08:15:28 2014
New Revision: 199661

URL: http://llvm.org/viewvc/llvm-project?rev=199661&view=rev
Log:
Fix misched-aa-colored.ll to require asserts (trying again)

Perhaps it needs to be in caps.

Modified:
    llvm/trunk/test/CodeGen/X86/misched-aa-colored.ll

Modified: llvm/trunk/test/CodeGen/X86/misched-aa-colored.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/misched-aa-colored.ll?rev=199661&r1=199660&r2=199661&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/misched-aa-colored.ll (original)
+++ llvm/trunk/test/CodeGen/X86/misched-aa-colored.ll Mon Jan 20 08:15:28 2014
@@ -1,7 +1,6 @@
 ; RUN: llc < %s -mcpu=x86-64 -enable-misched -misched-bottomup=0 -misched-topdown=0 -misched=shuffle -enable-aa-sched-mi | FileCheck %s
-
+; REQUIRES: Asserts
 ; -misched=shuffle is NDEBUG only!
-; Requires: Asserts
 
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"





More information about the llvm-commits mailing list