summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/frame-16.ll
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2018-07-20 12:12:10 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2018-07-20 12:12:10 +0000
commit9dd23b8433d59c516eac0feeef793a40f014cd08 (patch)
tree7d97d4a227ae4c02e8e09684029d3a2a994953c4 /llvm/test/CodeGen/SystemZ/frame-16.ll
parent57743883f11662433c7fe13bf4d59f0fca0e2d33 (diff)
downloadbcm5719-llvm-9dd23b8433d59c516eac0feeef793a40f014cd08.tar.gz
bcm5719-llvm-9dd23b8433d59c516eac0feeef793a40f014cd08.zip
[SystemZ] Test case formatting fixes
Fix systematically wrong whitespace from a prior automated change. NFC. llvm-svn: 337542
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/frame-16.ll')
-rw-r--r--llvm/test/CodeGen/SystemZ/frame-16.ll34
1 files changed, 17 insertions, 17 deletions
diff --git a/llvm/test/CodeGen/SystemZ/frame-16.ll b/llvm/test/CodeGen/SystemZ/frame-16.ll
index 75da04447b3..c99c2a302f1 100644
--- a/llvm/test/CodeGen/SystemZ/frame-16.ll
+++ b/llvm/test/CodeGen/SystemZ/frame-16.ll
@@ -233,10 +233,10 @@ define void @f10(i32 *%vptr, i8 %byte) {
; CHECK-FP: stc %r3, 0([[REGISTER]],%r11)
; CHECK-FP: lg [[REGISTER]], [[OFFSET]](%r11)
; CHECK-FP: br %r14
- %i0 = load volatile i32 , i32 *%vptr
- %i1 = load volatile i32 , i32 *%vptr
- %i4 = load volatile i32 , i32 *%vptr
- %i5 = load volatile i32 , i32 *%vptr
+ %i0 = load volatile i32, i32 *%vptr
+ %i1 = load volatile i32, i32 *%vptr
+ %i4 = load volatile i32, i32 *%vptr
+ %i5 = load volatile i32, i32 *%vptr
%region1 = alloca [524104 x i8], align 8
%region2 = alloca [524104 x i8], align 8
%ptr1 = getelementptr inbounds [524104 x i8], [524104 x i8]* %region1, i64 0, i64 8
@@ -272,19 +272,19 @@ define void @f11(i32 *%vptr, i8 %byte) {
; CHECK-FP: lg [[REGISTER]], [[OFFSET]](%r11)
; CHECK-FP: lmg %r6, %r15,
; CHECK-FP: br %r14
- %i0 = load volatile i32 , i32 *%vptr
- %i1 = load volatile i32 , i32 *%vptr
- %i4 = load volatile i32 , i32 *%vptr
- %i5 = load volatile i32 , i32 *%vptr
- %i6 = load volatile i32 , i32 *%vptr
- %i7 = load volatile i32 , i32 *%vptr
- %i8 = load volatile i32 , i32 *%vptr
- %i9 = load volatile i32 , i32 *%vptr
- %i10 = load volatile i32 , i32 *%vptr
- %i11 = load volatile i32 , i32 *%vptr
- %i12 = load volatile i32 , i32 *%vptr
- %i13 = load volatile i32 , i32 *%vptr
- %i14 = load volatile i32 , i32 *%vptr
+ %i0 = load volatile i32, i32 *%vptr
+ %i1 = load volatile i32, i32 *%vptr
+ %i4 = load volatile i32, i32 *%vptr
+ %i5 = load volatile i32, i32 *%vptr
+ %i6 = load volatile i32, i32 *%vptr
+ %i7 = load volatile i32, i32 *%vptr
+ %i8 = load volatile i32, i32 *%vptr
+ %i9 = load volatile i32, i32 *%vptr
+ %i10 = load volatile i32, i32 *%vptr
+ %i11 = load volatile i32, i32 *%vptr
+ %i12 = load volatile i32, i32 *%vptr
+ %i13 = load volatile i32, i32 *%vptr
+ %i14 = load volatile i32, i32 *%vptr
%region1 = alloca [524104 x i8], align 8
%region2 = alloca [524104 x i8], align 8
%ptr1 = getelementptr inbounds [524104 x i8], [524104 x i8]* %region1, i64 0, i64 8
OpenPOWER on IntegriCloud