Fix typos caused by find-and-replace
This commit is contained in:
committed by
Dan Gohman
parent
5c320a0d30
commit
3686fc2fc7
@@ -25,7 +25,7 @@ ebb0:
|
||||
return v1
|
||||
}
|
||||
|
||||
; Refer to a global valueiable before it's been declared.
|
||||
; Refer to a global value before it's been declared.
|
||||
function %backref() -> i32 {
|
||||
gv1 = deref(gv2)-32
|
||||
; check: gv1 = deref(gv2)-32
|
||||
|
||||
Reference in New Issue
Block a user