aboutsummaryrefslogtreecommitdiffstats
path: root/test/Jello
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-02-26 20:00:41 +0000
committerChris Lattner <sabre@nondot.org>2003-02-26 20:00:41 +0000
commitddd5b417c6eb7ee480976ec479e7c9e6a466f176 (patch)
treeb2ae1fdf133c89b65e15bc800897657665762de4 /test/Jello
parent8dcd17c938a11fe7b16592a70170cc850c45dcc1 (diff)
downloadexternal_llvm-ddd5b417c6eb7ee480976ec479e7c9e6a466f176.zip
external_llvm-ddd5b417c6eb7ee480976ec479e7c9e6a466f176.tar.gz
external_llvm-ddd5b417c6eb7ee480976ec479e7c9e6a466f176.tar.bz2
Rename -no-* to -disable-*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5642 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Jello')
-rw-r--r--test/Jello/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Jello/Makefile b/test/Jello/Makefile
index bb7c8ec..408f80a 100644
--- a/test/Jello/Makefile
+++ b/test/Jello/Makefile
@@ -13,7 +13,7 @@ all:: $(addprefix Output/, $(TESTS:%.ll=%.out))
LLI_FLAGS = -force-interpreter=false
ifdef DISABLE_FP_ELIM
-LLI_FLAGS += -no-fp-elim
+LLI_FLAGS += -disable-fp-elim
endif
Output/%.out: Output/%.bc $(LLI)