summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Seaborn <mseaborn@chromium.org>2013-12-12 21:26:30 +0000
committerMark Seaborn <mseaborn@chromium.org>2013-12-12 21:26:30 +0000
commit363c1ec574c8e97f3c63771ed0bafc5441c7bf56 (patch)
treeb62ba977ac2fd86d6ab130bb5d93199424c9ad40
parent1e3d96622a823d86dbfcbcd6736a57a0052da0d1 (diff)
downloadllvm-363c1ec574c8e97f3c63771ed0bafc5441c7bf56.tar.gz
llvm-363c1ec574c8e97f3c63771ed0bafc5441c7bf56.tar.bz2
llvm-363c1ec574c8e97f3c63771ed0bafc5441c7bf56.tar.xz
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
-rw-r--r--test/Transforms/Inline/inline_returns_twice.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/inline_returns_twice.ll b/test/Transforms/Inline/inline_returns_twice.ll
index f316c9152b..6dfd1c72e2 100644
--- a/test/Transforms/Inline/inline_returns_twice.ll
+++ b/test/Transforms/Inline/inline_returns_twice.ll
@@ -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