diff options
Diffstat (limited to 'test/Transforms/LICM/2003-02-27-PreheaderExitNodeUpdate.ll')
-rw-r--r-- | test/Transforms/LICM/2003-02-27-PreheaderExitNodeUpdate.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/2003-02-27-PreheaderExitNodeUpdate.ll b/test/Transforms/LICM/2003-02-27-PreheaderExitNodeUpdate.ll index 63f2cf3..2718cb1 100644 --- a/test/Transforms/LICM/2003-02-27-PreheaderExitNodeUpdate.ll +++ b/test/Transforms/LICM/2003-02-27-PreheaderExitNodeUpdate.ll @@ -1,7 +1,7 @@ ; This testcase fails because preheader insertion is not updating exit node ; information for loops. -; RUN: opt %s -licm +; RUN: opt < %s -licm define i32 @main(i32 %argc, i8** %argv) { bb0: |