Change ScheduleDAG's SUnitMap from DenseMap<SDNode*, vector<SUnit*> >
[oota-llvm.git] / utils / PerfectShuffle / Makefile
index d8d3dd6c675696d3148b66a4c155ca7a6cbcba50..0eb3a9947ffe26e9986eb56b546598e7d4e4e037 100644 (file)
@@ -2,12 +2,13 @@
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by Chris Lattner 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.
 # 
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
 TOOLNAME = llvm-PerfectShuffle
+NO_INSTALL = 1
 include $(LEVEL)/Makefile.common