From: Vikram S. Adve Date: Sat, 21 Jul 2001 12:44:24 +0000 (+0000) Subject: Used a bigger constant in loopfunc.ll that doesn't fit in immed field. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1677d0d6f1f294ec62cd9157757a7f830d108def;p=oota-llvm.git Used a bigger constant in loopfunc.ll that doesn't fit in immed field. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Setup b/test/Setup index e4ad4aa3927..a3fe4feecca 100644 --- a/test/Setup +++ b/test/Setup @@ -1,4 +1,4 @@ setenv LD_LIBRARY_PATH ../lib/Assembly/Parser/Debug:../lib/Assembly/Writer/Debug:../lib/Analysis/Debug:../lib/VMCore/Debug:../lib/Bytecode/Writer/Debug:../lib/Bytecode/Reader/Debug:../lib/Optimizations/Debug -setenv PATH ../tools/dis:../tools/opt:../tools/strip:../tools/analyze:${PATH} +setenv PATH ../lib/CodeGen:../tools/dis:../tools/opt:../tools/strip:../tools/analyze:${PATH} alias as ../tools/as/as