Instead of adding an isSS field to LiveInterval to denote stack slot. Use top bit...
[oota-llvm.git] / tools / gccas / gccas.sh
index 05b0ac12f3d486a4d33618aff17bfe1f936c5b99..9cacad4b675f3050db71a84dd31108e8e9be1890 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,7 @@
 # 
 ##===----------------------------------------------------------------------===##
 #
+echo "gccas: This tool is deprecated, please use opt" 1>&2
 TOOLDIR=@TOOLDIR@
 OPTOPTS="-std-compile-opts -f"
 ASOPTS=""