summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2013-07-29 05:15:33 +0000
committerTobias Grosser <tobias@grosser.es>2013-07-29 05:15:33 +0000
commit7032ea6f5b1268fd05a5473330b3756d0b87c2b7 (patch)
tree81dacab8d4d6dbbc845ca3a8923cfa041bb83d7f
parent750e42cba339c734e3063191e81080220216c674 (diff)
downloadbcm5719-llvm-7032ea6f5b1268fd05a5473330b3756d0b87c2b7.tar.gz
bcm5719-llvm-7032ea6f5b1268fd05a5473330b3756d0b87c2b7.zip
Remove second '-analyze' from command line
llvm-svn: 187341
-rw-r--r--polly/test/ScopInfo/bad_loop_0.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/ScopInfo/bad_loop_0.ll b/polly/test/ScopInfo/bad_loop_0.ll
index 8e90501c4de..551e80f9661 100644
--- a/polly/test/ScopInfo/bad_loop_0.ll
+++ b/polly/test/ScopInfo/bad_loop_0.ll
@@ -1,4 +1,4 @@
-; RUN: not opt %loadPolly %defaultOpts -polly-cloog -analyze -analyze < %s | not FileCheck %s
+; RUN: opt %loadPolly %defaultOpts -polly-cloog -analyze < %s | not FileCheck %s
;void f(long a[][128], long N, long M) {
; long i, j;
OpenPOWER on IntegriCloud