summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/vec_rotate_shift.ll
diff options
context:
space:
mode:
authorGabor Buella <gabor.buella@intel.com>2018-07-04 13:28:39 +0000
committerGabor Buella <gabor.buella@intel.com>2018-07-04 13:28:39 +0000
commitda4a966e1c3c0315512e1dfe5cd486722bcc0fbf (patch)
tree2e718fd3ceb9fe5f6e0dbec033a5181559550252 /llvm/test/CodeGen/PowerPC/vec_rotate_shift.ll
parentab2b0530d934fbacd6b9bf1dde240b948869b886 (diff)
downloadbcm5719-llvm-da4a966e1c3c0315512e1dfe5cd486722bcc0fbf.tar.gz
bcm5719-llvm-da4a966e1c3c0315512e1dfe5cd486722bcc0fbf.zip
NFC - Various typo fixes in tests
llvm-svn: 336268
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/vec_rotate_shift.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/vec_rotate_shift.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/vec_rotate_shift.ll b/llvm/test/CodeGen/PowerPC/vec_rotate_shift.ll
index 50f6f9a86ed..3efefb9f26f 100644
--- a/llvm/test/CodeGen/PowerPC/vec_rotate_shift.ll
+++ b/llvm/test/CodeGen/PowerPC/vec_rotate_shift.ll
@@ -30,7 +30,7 @@ define <2 x i64> @test_vsrd(<2 x i64> %x, <2 x i64> %y) nounwind readnone {
define <2 x i64> @test_vsrad(<2 x i64> %x, <2 x i64> %y) nounwind readnone {
%tmp = ashr <2 x i64> %x, %y
ret <2 x i64> %tmp
-; CHECK-LABER: @test_vsrad
+; CHECK-LABEL: @test_vsrad
; CHECK: vsrad 2, 2, 3
}
OpenPOWER on IntegriCloud