summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorAdam Nemet <anemet@apple.com>2016-04-29 07:16:00 +0000
committerAdam Nemet <anemet@apple.com>2016-04-29 07:16:00 +0000
commitc60d8f8fd046bfff96c6b1c834a904bdf74274a7 (patch)
tree722555971518f38f52b13de0a96de6a88b337554 /llvm/test
parent88ec491830469ad4240b2b2025e97405fdba2f1c (diff)
downloadbcm5719-llvm-c60d8f8fd046bfff96c6b1c834a904bdf74274a7.tar.gz
bcm5719-llvm-c60d8f8fd046bfff96c6b1c834a904bdf74274a7.zip
[LoopDist] Add missing RUN line in test from r268006
llvm-svn: 268007
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Transforms/LoopDistribute/diagnostics.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LoopDistribute/diagnostics.ll b/llvm/test/Transforms/LoopDistribute/diagnostics.ll
index 26e46116db9..67b34e41b72 100644
--- a/llvm/test/Transforms/LoopDistribute/diagnostics.ll
+++ b/llvm/test/Transforms/LoopDistribute/diagnostics.ll
@@ -4,6 +4,8 @@
; RUN: | FileCheck %s --check-prefix=ALWAYS --check-prefix=MISSED_REMARKS
; RUN: opt -loop-distribute -S -pass-remarks-analysis=loop-distribute < %s 2>&1 \
; RUN: | FileCheck %s --check-prefix=ALWAYS --check-prefix=ANALYSIS_REMARKS
+; RUN: opt -loop-distribute -S -pass-remarks=loop-distribute < %s 2>&1 \
+; RUN: | FileCheck %s --check-prefix=ALWAYS --check-prefix=REMARKS
; This is the input program:
;
OpenPOWER on IntegriCloud