For lshr by 0 bits, just return *this as a short cut. This also prevents
[oota-llvm.git] / utils / PerfectShuffle / Makefile
index 332c580b98ba997fe17a319b8a1e5dabc1759c7f..2f29573137f3a05b0b48f3bb0ab632f41f7967a5 100644 (file)
@@ -1,4 +1,4 @@
-##===- utils/BuildShuffleTable/Makefile --------------------*- Makefile -*-===##
+##===- utils/PerfectShuffle/Makefile -----------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -8,6 +8,7 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
-TOOLNAME = llvm-BuildShuffleTable
+TOOLNAME = llvm-PerfectShuffle
+NO_INSTALL = 1
 include $(LEVEL)/Makefile.common