diff options
Diffstat (limited to 'test/CodeGen/SystemZ/fp-sqrt-03.ll')
-rw-r--r-- | test/CodeGen/SystemZ/fp-sqrt-03.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/fp-sqrt-03.ll b/test/CodeGen/SystemZ/fp-sqrt-03.ll index 7142644..4bc05f1 100644 --- a/test/CodeGen/SystemZ/fp-sqrt-03.ll +++ b/test/CodeGen/SystemZ/fp-sqrt-03.ll @@ -13,7 +13,7 @@ define void @f1(fp128 *%ptr) { ; CHECK: std %f0, 0(%r2) ; CHECK: std %f2, 8(%r2) ; CHECK: br %r14 - %orig = load fp128 *%ptr + %orig = load fp128 , fp128 *%ptr %sqrt = call fp128 @llvm.sqrt.f128(fp128 %orig) store fp128 %sqrt, fp128 *%ptr ret void |