Add suppport for ConstantExprs of shufflevectors whose result type is not equal to the
[oota-llvm.git] / tools / gccld / gccld.sh
index 9952518ffec015b740965195dc79afd0194f3841..b092607c727097c2aeb996b15aff16e26a9f8027 100644 (file)
@@ -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,6 +18,6 @@
 # 
 ##===----------------------------------------------------------------------===##
 #
-echo "gccas: This tool is deprecated, please use opt"
+echo "gccld: This tool is deprecated, please use llvm-ld" 1>&2
 TOOLDIR=@TOOLDIR@
 $TOOLDIR/llvm-ld "$@"