From: Johannes Doerfert Date: Sun, 8 Mar 2015 15:36:27 +0000 (+0000) Subject: Small change to create_ll.sh [NFC] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e03f5d10df77b85a20d0dfb6f707f51e9408943;p=platform%2Fupstream%2Fllvm.git Small change to create_ll.sh [NFC] llvm-svn: 231596 --- diff --git a/polly/test/create_ll.sh b/polly/test/create_ll.sh index b0b56be..f6d8aee 100755 --- a/polly/test/create_ll.sh +++ b/polly/test/create_ll.sh @@ -20,7 +20,7 @@ echo '; FIXME: Edit the run line and add checks!' >> ${LLFILE} echo ';' >> ${LLFILE} echo '; XFAIL: *' >> ${LLFILE} echo ';' >> ${LLFILE} -clang-format $1 | sed -e 's/^/; /' >> ${LLFILE} +clang-format $1 | sed -e 's/^[^$]/; &/' -e 's/^$/;/' >> ${LLFILE} echo ';' >> ${LLFILE} cat ${LLFILE_TMP} | sed -e 's/ \#0//' >> ${LLFILE}