diff options
author | Karl Schimpf <kschimpf@google.com> | 2013-08-02 11:12:59 -0700 |
---|---|---|
committer | Karl Schimpf <kschimpf@google.com> | 2013-08-02 11:12:59 -0700 |
commit | 0fdd44084de8589343b099a4d1908f221e7bdc37 (patch) | |
tree | f444d1762b82e08f17e29708d39bc392ec5a01ff | |
parent | 2185555e0c32fb555eaa0366c1d5431eb6ac596c (diff) |
Remove duplicate 'we' in comment.
Fixes change in CL https://codereview.chromium.org/21614002 that was
overlooked.
BUG=None
R=jvoung@chromium.org
Review URL: https://codereview.chromium.org/21908004
-rw-r--r-- | test/NaCl/Bitcode/bitcast-elide.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/NaCl/Bitcode/bitcast-elide.ll b/test/NaCl/Bitcode/bitcast-elide.ll index 1f8ff586ea..1c4e2e6e29 100644 --- a/test/NaCl/Bitcode/bitcast-elide.ll +++ b/test/NaCl/Bitcode/bitcast-elide.ll @@ -169,7 +169,7 @@ define i32 @TwoLoads(i32 %i) { ; PF2-NEXT: <INST_RET abbrevid=9 op0=1/> ; PF2: </FUNCTION_BLOCK> -; Test how we we duplicate bitcasts, even if optimized in the input file. +; Test how we duplicate bitcasts, even if optimized in the input file. define i32 @TwoLoadOpt(i32 %i) { %1 = bitcast [7 x i8]* @bytes to i32* %2 = load i32* %1, align 4 |