move some stuff into DEBUG's and turn on lazy-value-info for

the basic.ll testcase.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86918 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2009-11-12 01:22:16 +00:00
parent 5cf0aedd0b
commit b8c124c343
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
; RUN: opt < %s -jump-threading -S | FileCheck %s
; RUN: opt %s -jump-threading -S -enable-jump-threading-lvi | FileCheck %s
declare i32 @f1()
declare i32 @f2()