forked from OSchip/llvm-project
Remove unneeded -debug argument from new test
llvm-svn: 324176
This commit is contained in:
parent
371412b1ec
commit
9688ed61fe
|
@ -1,5 +1,5 @@
|
|||
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
||||
; RUN: opt < %s -instcombine -S -debug 2>&1 | FileCheck %s
|
||||
; RUN: opt < %s -instcombine -S 2>&1 | FileCheck %s
|
||||
target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
|
||||
|
||||
; We are really checking that this doesn't loop forever. We would never
|
||||
|
|
Loading…
Reference in New Issue