[x86] Refactor the element insertion logic in the new vector shuffle
[oota-llvm.git] / lib / Analysis / Makefile
index 4ec6b061f88de946c9e09f6c698554b2468742db..4af6d350a6456b71f154019d6bef61b798a645db 100644 (file)
@@ -1,17 +1,16 @@
 ##===- lib/Analysis/Makefile -------------------------------*- Makefile -*-===##
-# 
+#
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by the LLVM research group 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 = ../..
 LIBRARYNAME = LLVMAnalysis
-PARALLEL_DIRS = IPA DataStructure
+DIRS = IPA
 BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED = 1
 
 include $(LEVEL)/Makefile.common