diff options
Diffstat (limited to 'test/CodeGen/SystemZ/fp-conv-10.ll')
-rw-r--r-- | test/CodeGen/SystemZ/fp-conv-10.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/fp-conv-10.ll b/test/CodeGen/SystemZ/fp-conv-10.ll index b8155ed..cfbe0b9 100644 --- a/test/CodeGen/SystemZ/fp-conv-10.ll +++ b/test/CodeGen/SystemZ/fp-conv-10.ll @@ -39,7 +39,7 @@ define i32 @f3(fp128 *%src) { ; CHECK: cfxbr ; CHECK: xilf ; CHECK: br %r14 - %f = load fp128 *%src + %f = load fp128 , fp128 *%src %conv = fptoui fp128 %f to i32 ret i32 %conv } |