diff options
| author | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:51:15 +0000 |
|---|---|---|
| committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:51:15 +0000 |
| commit | 35521e231034815b6962eff0dbbd8ee132038784 (patch) | |
| tree | 434141fe9ab99916e5338540fb277099c3bc6020 /llvm/test/CodeGen | |
| parent | 7f3e84c9fdb9628ba81ecffcc7d40ee1a1de7939 (diff) | |
| download | bcm5719-llvm-35521e231034815b6962eff0dbbd8ee132038784.tar.gz bcm5719-llvm-35521e231034815b6962eff0dbbd8ee132038784.zip | |
Fix a typo (the the => the)
llvm-svn: 160621
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/X86/cfstring.ll | 2 |
1 files changed, 1 insertions, 1 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: |

