]> granicus.if.org Git - llvm/commitdiff
[NFC] Test if commit access granted.
authorKai Luo <lkail@cn.ibm.com>
Mon, 10 Jun 2019 03:20:33 +0000 (03:20 +0000)
committerKai Luo <lkail@cn.ibm.com>
Mon, 10 Jun 2019 03:20:33 +0000 (03:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362917 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PowerPC/extract-and-store.ll

index 22360c570164108806628128406484f7f61268e2..adcb988e15f62e0365f0ee7d62573eccd9963939 100644 (file)
@@ -514,6 +514,7 @@ define dso_local void @test_consecutive_i32(<4 x i32> %a, i32* nocapture %b) loc
 ; CHECK-P9-BE-NEXT:    stfiwx f0, r5, r3
 ; CHECK-P9-BE-NEXT:    blr
 entry:
+
   %vecext = extractelement <4 x i32> %a, i32 0
   store i32 %vecext, i32* %b, align 4
   %vecext1 = extractelement <4 x i32> %a, i32 2