mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix spelling in comment in test: "themselve" -> "themselves"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197180 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1e3d96622a
commit
363c1ec574
@ -1,7 +1,7 @@
|
||||
; RUN: opt < %s -inline -S | FileCheck %s
|
||||
|
||||
; Check that functions with "returns_twice" calls are only inlined,
|
||||
; if they are themselve marked as such.
|
||||
; if they are themselves marked as such.
|
||||
|
||||
declare i32 @a() returns_twice
|
||||
declare i32 @b() returns_twice
|
||||
|
Loading…
Reference in New Issue
Block a user