diff options
author | Devang Patel <dpatel@apple.com> | 2007-07-05 15:32:03 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2007-07-05 15:32:03 +0000 |
commit | f5a15dd9da014a1585addb27729cccce3fd04244 (patch) | |
tree | 80b3454e227cca15911bdec37b5b0784e52e4d10 /llvm/test/Other | |
parent | 4836e3a6f88e1e5c3831856fb0a2e9b6c984164d (diff) | |
download | bcm5719-llvm-f5a15dd9da014a1585addb27729cccce3fd04244.tar.gz bcm5719-llvm-f5a15dd9da014a1585addb27729cccce3fd04244.zip |
Fix PR1539. Add LoopPassPrinter.
llvm-svn: 37909
Diffstat (limited to 'llvm/test/Other')
-rw-r--r-- | llvm/test/Other/2007-06-28-PassManager.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Other/2007-06-28-PassManager.ll b/llvm/test/Other/2007-06-28-PassManager.ll index b0d83d0a0c6..5968d8c68bc 100644 --- a/llvm/test/Other/2007-06-28-PassManager.ll +++ b/llvm/test/Other/2007-06-28-PassManager.ll @@ -1,5 +1,7 @@ ; RUN: llvm-as < %s | opt -analyze -inline -disable-output ; PR 1526 +; RUN: llvm-as < %s | opt -analyze -indvars -disable-output +; PR 1539 define i32 @test1() { ret i32 0; } |