mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-15 00:38:42 +00:00
Can't grep for bool any more.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33178 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0be7f47735
commit
f2f882015e
@ -1,4 +1,4 @@
|
|||||||
; RUN: llvm-upgrade < %s | llvm-as | opt -simplifycfg | llvm-dis | grep 'br bool' | wc -l | grep 1
|
; RUN: llvm-upgrade < %s | llvm-as | opt -simplifycfg | llvm-dis | grep 'br i1' | wc -l | grep 1
|
||||||
|
|
||||||
void %test(int* %P, int* %Q, bool %A, bool %B) {
|
void %test(int* %P, int* %Q, bool %A, bool %B) {
|
||||||
br bool %A, label %a, label %b ;; fold the two branches into one
|
br bool %A, label %a, label %b ;; fold the two branches into one
|
||||||
|
Loading…
x
Reference in New Issue
Block a user