summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/select.ll
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2017-06-24 15:43:33 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2017-06-24 15:43:33 +0000
commitb300824ee72224ad0887225b99b7e56997cdc3d3 (patch)
tree8a20a3691697e5220eabdb7f3f01110e9c70abb6 /llvm/test/Transforms/InstCombine/select.ll
parent95f24dca98e63f14c3ab2585cb37e76839fc120f (diff)
downloadbcm5719-llvm-b300824ee72224ad0887225b99b7e56997cdc3d3.tar.gz
bcm5719-llvm-b300824ee72224ad0887225b99b7e56997cdc3d3.zip
fix trivial typos in comment, NFC
dereferencable -> dereferenceable llvm-svn: 306210
Diffstat (limited to 'llvm/test/Transforms/InstCombine/select.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/select.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/InstCombine/select.ll b/llvm/test/Transforms/InstCombine/select.ll
index c26380eaa71..0f94235982b 100644
--- a/llvm/test/Transforms/InstCombine/select.ll
+++ b/llvm/test/Transforms/InstCombine/select.ll
@@ -926,7 +926,7 @@ while.body:
define i32 @test76(i1 %flag, i32* %x) {
; The load here must not be speculated around the select. One side of the
-; select is trivially dereferencable but may have a lower alignment than the
+; select is trivially dereferenceable but may have a lower alignment than the
; load does.
; CHECK-LABEL: @test76(
; CHECK: store i32 0, i32* %x
@@ -943,7 +943,7 @@ declare void @scribble_on_i32(i32*)
define i32 @test77(i1 %flag, i32* %x) {
; The load here must not be speculated around the select. One side of the
-; select is trivially dereferencable but may have a lower alignment than the
+; select is trivially dereferenceable but may have a lower alignment than the
; load does.
; CHECK-LABEL: @test77(
; CHECK: %[[A:.*]] = alloca i32, align 1
OpenPOWER on IntegriCloud