diff options
| author | Mark Seaborn <mseaborn@chromium.org> | 2013-12-12 21:26:30 +0000 |
|---|---|---|
| committer | Mark Seaborn <mseaborn@chromium.org> | 2013-12-12 21:26:30 +0000 |
| commit | b5649b853dd2c222d09a9c6df65b00cfae4832a4 (patch) | |
| tree | c04d6625bb3972ed49621ce8ad560adde8a51c4f | |
| parent | 40f9b1cd69856447b58eea4838dd30762a93ad77 (diff) | |
| download | bcm5719-llvm-b5649b853dd2c222d09a9c6df65b00cfae4832a4.tar.gz bcm5719-llvm-b5649b853dd2c222d09a9c6df65b00cfae4832a4.zip | |
Fix spelling in comment in test: "themselve" -> "themselves"
llvm-svn: 197180
| -rw-r--r-- | llvm/test/Transforms/Inline/inline_returns_twice.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/Inline/inline_returns_twice.ll b/llvm/test/Transforms/Inline/inline_returns_twice.ll index f316c9152b8..6dfd1c72e2c 100644 --- a/llvm/test/Transforms/Inline/inline_returns_twice.ll +++ b/llvm/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 |

