Tweak the spelling of the asserts requirement a bit more. This makes it
authorChandler Carruth <chandlerc@gmail.com>
Tue, 21 Jan 2014 22:39:19 +0000 (22:39 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 21 Jan 2014 22:39:19 +0000 (22:39 +0000)
match the (reasonably prevelant) usage in Clang's test suite and so
seems more "canonical".

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

test/CodeGen/X86/fast-isel-args-fail.ll
test/CodeGen/X86/misched-aa-colored.ll

index e748e1cad1fd4d740260539bfeaf302b7c7154a4..7467edd74f21b1afd123f0cc09b422501dbcb07f 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llc < %s -fast-isel -verify-machineinstrs -mtriple=x86_64-apple-darwin10
 ; RUN: llc < %s -fast-isel -verify-machineinstrs -mtriple=x86_64-pc-win32 | FileCheck %s -check-prefix=WIN32
 ; RUN: llc < %s -fast-isel -verify-machineinstrs -mtriple=x86_64-pc-win64 | FileCheck %s -check-prefix=WIN64
-; Requires: Asserts
+; REQUIRES: asserts
 
 ; Previously, this would cause an assert.
 define i31 @t1(i31 %a, i31 %b, i31 %c) {
index 21797a913ff2edee482ab3f07e1e6bc92de46939..52a5e5d25d1123eecbe63f3276ac422811aad827 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llc < %s -mcpu=x86-64 -enable-misched -misched-bottomup=0 -misched-topdown=0 -misched=shuffle -enable-aa-sched-mi | FileCheck %s
-; REQUIRES: Asserts
+; REQUIRES: asserts
 ; -misched=shuffle is NDEBUG only!
 
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"