From: Daniel Jasper Date: Sun, 19 Feb 2017 23:26:00 +0000 (+0000) Subject: s/REQUIRES: Asserts/REQUIRES: asserts/ X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c861d9e37c1272a9707d8df46062595df2a1d7b;p=llvm s/REQUIRES: Asserts/REQUIRES: asserts/ Other than this, we consistently use lower case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295623 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Other/debugcounter.ll b/test/Other/debugcounter.ll index 50c3f8c834f..d9ab9abd73f 100644 --- a/test/Other/debugcounter.ll +++ b/test/Other/debugcounter.ll @@ -1,4 +1,4 @@ -; REQUIRES: Asserts +; REQUIRES: asserts ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py ;; Test that, with debug counters on, we don't rename the first info, only the second ; RUN: opt -debug-counter=predicateinfo-rename-skip=1,predicateinfo-rename-count=1 -print-predicateinfo -analyze < %s 2>&1 | FileCheck %s