summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-17 00:46:09 +0000
committerChris Lattner <sabre@nondot.org>2006-04-17 00:46:09 +0000
commit2f97623bda540f5d208ba269403303bb65fe1fbc (patch)
tree78a4a08237f89c16bb53ad0f8715c129b20d927a /utils
parent6703461f04988a82cbd62cbe08c393965ae3c2df (diff)
downloadllvm-2f97623bda540f5d208ba269403303bb65fe1fbc.tar.gz
llvm-2f97623bda540f5d208ba269403303bb65fe1fbc.tar.bz2
llvm-2f97623bda540f5d208ba269403303bb65fe1fbc.tar.xz
PPCPerfectShuffle.h is autogenerated, don't include it in the LOC counts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27740 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rwxr-xr-xutils/llvmdo1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/llvmdo b/utils/llvmdo
index 2924c55ebd..d80b432ae8 100755
--- a/utils/llvmdo
+++ b/utils/llvmdo
@@ -105,6 +105,7 @@ if test -d "$TOPDIR" ; then
\! -name 'StackerParser.h' \
\! -name 'StackerParser.cpp' \
\! -name 'ConfigLexer.cpp' \
+ \! -name 'PPCPerfectShuffle.h' \
-exec $PROGRAM "$@" {} \; \
\)
else