summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2018-04-12 05:53:20 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2018-04-12 05:53:20 +0000
commitbcadfee2ad0eb951d88a4c516150122fdf004617 (patch)
tree1ad8556c8f92c0ea9ff1c214cae4e413e3ba9d10 /llvm/test/CodeGen
parent21d28fe8b8e4624ceb0b06213a8b07f005016951 (diff)
downloadbcm5719-llvm-bcadfee2ad0eb951d88a4c516150122fdf004617.tar.gz
bcm5719-llvm-bcadfee2ad0eb951d88a4c516150122fdf004617.zip
[NFC] fix trivial typos in documents and comments
"is is" -> "is", "if if" -> "if", "or or" -> "or" llvm-svn: 329878
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/AArch64/bitfield-insert.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/bitfield-insert.ll b/llvm/test/CodeGen/AArch64/bitfield-insert.ll
index d5319ca1f95..3f5841c52fd 100644
--- a/llvm/test/CodeGen/AArch64/bitfield-insert.ll
+++ b/llvm/test/CodeGen/AArch64/bitfield-insert.ll
@@ -137,7 +137,7 @@ define void @test_32bit_complexmask(i32 *%existing, i32 *%new) {
ret void
}
-; Neither mask is is a contiguous set of 1s. BFI can't be used
+; Neither mask is a contiguous set of 1s. BFI can't be used
define void @test_32bit_badmask(i32 *%existing, i32 *%new) {
; CHECK-LABEL: test_32bit_badmask:
; CHECK-NOT: bfi
OpenPOWER on IntegriCloud