[PowerPC][NFC] Forgot to add requires asserts to ppc-TOC-stats.ll
authorStefan Pintilie <stefanp@ca.ibm.com>
Mon, 3 Apr 2023 23:45:27 +0000 (19:45 -0400)
committerStefan Pintilie <stefanp@ca.ibm.com>
Mon, 3 Apr 2023 23:45:27 +0000 (19:45 -0400)
When I sumbitted the original patch I forgot to add that:
GodeGen/PowerPC/ppc-TOC-stats.ll
requires asserts.
Added that now.

llvm/test/CodeGen/PowerPC/ppc-TOC-stats.ll

index 9e5fee7..a9a87ad 100644 (file)
@@ -1,6 +1,8 @@
 ;;  Note: The checks for this test are manually generated. Please do not
 ;;        run a script to update these checks.
 
+; REQUIRES: asserts
+
 ; RUN: llc -verify-machineinstrs -mtriple powerpc-ibm-aix-xcoff -mcpu=pwr8 \
 ; RUN:   --stats < %s 2>&1 | FileCheck %s --check-prefix=AIX
 ; RUN: llc -verify-machineinstrs -mtriple powerpc64-ibm-aix-xcoff -mcpu=pwr8 \