X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2Fllvmgrep;h=7d7355ba9904b52cfca9edc9ab77771771556018;hb=32a9e7a2654c4aab2e617fbe53140492b3d38066;hp=0b6bdf35b02916ffb59e86a5d9a1c53fd9d9284d;hpb=ca7592a1ba86854a1f9ba2b3e442427bed20d5bc;p=oota-llvm.git diff --git a/utils/llvmgrep b/utils/llvmgrep index 0b6bdf35b02..7d7355ba990 100755 --- a/utils/llvmgrep +++ b/utils/llvmgrep @@ -3,8 +3,8 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Reid Spencer and is distributed under the -# University of Illinois Open Source License. See LICENSE.TXT for details. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## # @@ -18,13 +18,11 @@ # details. ##===----------------------------------------------------------------------===## -if test $# -gt 1 ; then - if test "$1" = "-topdir" ; then - TOPDIR="$2" - shift; shift; - else - TOPDIR=`llvm-config --src-root` - fi +if test "$1" = "-topdir" ; then + TOPDIR="$2" + shift; shift; +else + TOPDIR=`llvm-config --src-root` fi if test -d "$TOPDIR" ; then