diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/fp-move-12.ll')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/fp-move-12.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/fp-move-12.ll b/llvm/test/CodeGen/SystemZ/fp-move-12.ll index 131f7c374ca..2454b1623fc 100644 --- a/llvm/test/CodeGen/SystemZ/fp-move-12.ll +++ b/llvm/test/CodeGen/SystemZ/fp-move-12.ll @@ -25,7 +25,7 @@ define void @f3(fp128 *%x) { ; CHECK: lxr ; CHECK: axbr ; CHECK: br %r14 - %val = load volatile fp128 , fp128 *%x + %val = load volatile fp128, fp128 *%x %sum = fadd fp128 %val, %val store volatile fp128 %sum, fp128 *%x store volatile fp128 %val, fp128 *%x |