diff options
Diffstat (limited to 'test/CodeGen/SystemZ/fp-conv-09.ll')
-rw-r--r-- | test/CodeGen/SystemZ/fp-conv-09.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/fp-conv-09.ll b/test/CodeGen/SystemZ/fp-conv-09.ll index 6aee736..21b809d 100644 --- a/test/CodeGen/SystemZ/fp-conv-09.ll +++ b/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 *%src + %f = load fp128 , fp128 *%src %conv = fptosi fp128 %f to i32 ret i32 %conv } |