diff options
author | Chris Lattner <sabre@nondot.org> | 2003-02-26 20:00:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-02-26 20:00:41 +0000 |
commit | ddd5b417c6eb7ee480976ec479e7c9e6a466f176 (patch) | |
tree | b2ae1fdf133c89b65e15bc800897657665762de4 /test/CodeGen/X86 | |
parent | 8dcd17c938a11fe7b16592a70170cc850c45dcc1 (diff) | |
download | external_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/CodeGen/X86')
-rw-r--r-- | test/CodeGen/X86/2002-12-23-LocalRAProblem.llx | 2 | ||||
-rw-r--r-- | test/CodeGen/X86/2002-12-23-SubProblem.llx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2002-12-23-LocalRAProblem.llx b/test/CodeGen/X86/2002-12-23-LocalRAProblem.llx index 28e5dbd..a049bc9 100644 --- a/test/CodeGen/X86/2002-12-23-LocalRAProblem.llx +++ b/test/CodeGen/X86/2002-12-23-LocalRAProblem.llx @@ -1,4 +1,4 @@ -; RUN: as < %s | lli -force-interpreter=false -no-local-ra=false +; RUN: as < %s | lli -force-interpreter=false -disable-local-ra=false ;-print-machineinstrs int %main() { diff --git a/test/CodeGen/X86/2002-12-23-SubProblem.llx b/test/CodeGen/X86/2002-12-23-SubProblem.llx index fce528e..394f9ab 100644 --- a/test/CodeGen/X86/2002-12-23-SubProblem.llx +++ b/test/CodeGen/X86/2002-12-23-SubProblem.llx @@ -1,4 +1,4 @@ -; RUN: as < %s | lli -force-interpreter=false -no-local-ra +; RUN: as < %s | lli -force-interpreter=false -disable-local-ra int %main(int %B) { ;%B = add int 0, 1 |