summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-01-21 22:39:19 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-01-21 22:39:19 +0000
commit182a02a8dca5deffd472a2c238cd35998d40d37f (patch)
treed9db471e1f1732320107dac467a86e81487a05b6 /test
parent10afb02d48116d08e7e9307fe9ad3ada32bece87 (diff)
downloadllvm-182a02a8dca5deffd472a2c238cd35998d40d37f.tar.gz
llvm-182a02a8dca5deffd472a2c238cd35998d40d37f.tar.bz2
llvm-182a02a8dca5deffd472a2c238cd35998d40d37f.tar.xz
Tweak the spelling of the asserts requirement a bit more. This makes it
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
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/fast-isel-args-fail.ll2
-rw-r--r--test/CodeGen/X86/misched-aa-colored.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/fast-isel-args-fail.ll b/test/CodeGen/X86/fast-isel-args-fail.ll
index e748e1cad1..7467edd74f 100644
--- a/test/CodeGen/X86/fast-isel-args-fail.ll
+++ b/test/CodeGen/X86/fast-isel-args-fail.ll
@@ -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) {
diff --git a/test/CodeGen/X86/misched-aa-colored.ll b/test/CodeGen/X86/misched-aa-colored.ll
index 21797a913f..52a5e5d25d 100644
--- a/test/CodeGen/X86/misched-aa-colored.ll
+++ b/test/CodeGen/X86/misched-aa-colored.ll
@@ -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"