summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/fp-conv-09.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/fp-conv-09.ll')
-rw-r--r--llvm/test/CodeGen/SystemZ/fp-conv-09.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/fp-conv-09.ll b/llvm/test/CodeGen/SystemZ/fp-conv-09.ll
index 21b809d40e2..97cb3e7faee 100644
--- a/llvm/test/CodeGen/SystemZ/fp-conv-09.ll
+++ b/llvm/test/CodeGen/SystemZ/fp-conv-09.ll
@@ -27,7 +27,7 @@ define i32 @f3(fp128 *%src) {
; CHECK: ld %f2, 8(%r2)
; CHECK: cfxbr %r2, 5, %f0
; CHECK: br %r14
- %f = load fp128 , fp128 *%src
+ %f = load fp128, fp128 *%src
%conv = fptosi fp128 %f to i32
ret i32 %conv
}
OpenPOWER on IntegriCloud