diff options
Diffstat (limited to 'test/Transforms/GVNPRE/2007-06-12-NoExit.ll')
-rw-r--r-- | test/Transforms/GVNPRE/2007-06-12-NoExit.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVNPRE/2007-06-12-NoExit.ll b/test/Transforms/GVNPRE/2007-06-12-NoExit.ll index ea993e0..4923460 100644 --- a/test/Transforms/GVNPRE/2007-06-12-NoExit.ll +++ b/test/Transforms/GVNPRE/2007-06-12-NoExit.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -gvnpre | llvm-dis +; RUN: opt < %s -gvnpre | llvm-dis define void @_Z4sortI3Lit16LessThan_defaultIS0_EEvPT_iT0_() { entry: |