[llvm] r295623 - s/REQUIRES: Asserts/REQUIRES: asserts/

Daniel Jasper via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 19 15:26:01 PST 2017


Author: djasper
Date: Sun Feb 19 17:26:00 2017
New Revision: 295623

URL: http://llvm.org/viewvc/llvm-project?rev=295623&view=rev
Log:
s/REQUIRES: Asserts/REQUIRES: asserts/

Other than this, we consistently use lower case.

Modified:
    llvm/trunk/test/Other/debugcounter.ll

Modified: llvm/trunk/test/Other/debugcounter.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/debugcounter.ll?rev=295623&r1=295622&r2=295623&view=diff
==============================================================================
--- llvm/trunk/test/Other/debugcounter.ll (original)
+++ llvm/trunk/test/Other/debugcounter.ll Sun Feb 19 17:26:00 2017
@@ -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




More information about the llvm-commits mailing list