Constant fold SIGN_EXTEND_INREG with ashr not lshr.
[oota-llvm.git] / lib / ExecutionEngine / Makefile
index a100b7032335a1d99b3785aa603d020bcdf8d6aa..1c5a6307a9eee3209beab3e574533e248305e96b 100644 (file)
@@ -2,12 +2,12 @@
 # 
 #                     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 = executionengine
+LIBRARYNAME = LLVMExecutionEngine
 PARALLEL_DIRS = Interpreter JIT
 
 include $(LEVEL)/Makefile.common