diff options
| author | Dale Johannesen <dalej@apple.com> | 2007-05-22 17:18:05 +0000 |
|---|---|---|
| committer | Dale Johannesen <dalej@apple.com> | 2007-05-22 17:18:05 +0000 |
| commit | 80fae16a065aacfdbc04af8d20773ecb8085d9ce (patch) | |
| tree | 1e4113a5a4f8afbc51ba916976f105b7b42560df | |
| parent | 82810c8a13bea59b73b7c6dcc83263abaa2247f0 (diff) | |
| download | bcm5719-llvm-80fae16a065aacfdbc04af8d20773ecb8085d9ce.tar.gz bcm5719-llvm-80fae16a065aacfdbc04af8d20773ecb8085d9ce.zip | |
Test assumes tail merging is off; this must now be explicit.
llvm-svn: 37286
| -rw-r--r-- | llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll b/llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll index 69ed7db2dc8..0a8e49e56e4 100644 --- a/llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll +++ b/llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll @@ -1,5 +1,5 @@ ; PR 1200 -; RUN: llvm-as < %s | llc | not grep jmp +; RUN: llvm-as < %s | llc -enable-tail-merge=0 | not grep jmp ; ModuleID = '<stdin>' target datalayout = "e-p:32:32" |

