mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17738 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
56ef3aebd8
commit
e58b25490b
@ -43,7 +43,7 @@ L2:
|
||||
br label %Loop
|
||||
}
|
||||
|
||||
int %test5(int %a, bool %b) {
|
||||
int %test5(int %A, bool %b) {
|
||||
BB0: br label %Loop
|
||||
|
||||
Loop:
|
||||
|
Loading…
Reference in New Issue
Block a user