diff options
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/X86/cfstring.ll | 2 | ||||
| -rw-r--r-- | llvm/test/Verifier/2002-04-13-RetTypes.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/cfstring.ll b/llvm/test/CodeGen/X86/cfstring.ll index 7420ce73047..8cdd59e9ae9 100644 --- a/llvm/test/CodeGen/X86/cfstring.ll +++ b/llvm/test/CodeGen/X86/cfstring.ll @@ -4,7 +4,7 @@ %0 = type opaque %struct.NSConstantString = type { i32*, i32, i8*, i32 } -; Make sure that the string ends up the the correct section. +; Make sure that the string ends up the correct section. ; CHECK: .section __TEXT,__cstring ; CHECK-NEXT: l_.str3: diff --git a/llvm/test/Verifier/2002-04-13-RetTypes.ll b/llvm/test/Verifier/2002-04-13-RetTypes.ll index b3611127114..af468395be3 100644 --- a/llvm/test/Verifier/2002-04-13-RetTypes.ll +++ b/llvm/test/Verifier/2002-04-13-RetTypes.ll @@ -1,6 +1,6 @@ ; RUN: not llvm-as < %s 2>&1 | grep "value doesn't match function result type 'i32'" -; Verify the the operand type of the ret instructions in a function match the +; Verify the operand type of the ret instructions in a function match the ; delcared return type of the function they live in. ; |

