blob: 5c1a07e7d5d12e22b2e4118ea9ed40da39eb3ea1 [file] [log] [blame]
! RUN: %flang -### -funroll-loops %s 2>&1 | FileCheck %s -check-prefix UNROLL
! RUN: %flang -### -fno-unroll-loops %s 2>&1 | FileCheck %s -check-prefix NO-UNROLL
! UNROLL: "-funroll-loops"
! NO-UNROLL: "-fno-unroll-loops"