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:
Mark Seaborn 2013-12-12 21:26:30 +00:00
parent 1e3d96622a
commit 363c1ec574

View File

@ -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