forked from OSchip/llvm-project
Remove underscore that's breaking linux buildbots.
llvm-svn: 136833
This commit is contained in:
parent
869545203b
commit
3c7e9ee480
|
@ -1,7 +1,7 @@
|
|||
; RUN: llc < %s -march=arm | FileCheck %s
|
||||
|
||||
; Do not if-convert when branches go to the different loops.
|
||||
; CHECK: _t:
|
||||
; CHECK: t:
|
||||
; CHECK-NOT: subgt
|
||||
; CHECK-NOT: suble
|
||||
; Don't use
|
||||
|
|
Loading…
Reference in New Issue