[PATCH] D61580: [NFC] This is a test for the commit access.
Pengfei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 6 01:30:59 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL360019: [NFC] This is a test for the commit access. (authored by pengfei, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D61580?vs=198216&id=198235#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61580/new/
https://reviews.llvm.org/D61580
Files:
llvm/trunk/test/CodeGen/X86/fp-stack-2results.ll
Index: llvm/trunk/test/CodeGen/X86/fp-stack-2results.ll
===================================================================
--- llvm/trunk/test/CodeGen/X86/fp-stack-2results.ll
+++ llvm/trunk/test/CodeGen/X86/fp-stack-2results.ll
@@ -33,7 +33,7 @@
%c = extractvalue %0 %a, 1
store x86_fp80 %c, x86_fp80* %P2
- ret void
+ ret void
}
; Uses both values, requires fxch
@@ -52,7 +52,7 @@
%a = call %0 @test()
%b = extractvalue %0 %a, 0
store x86_fp80 %b, x86_fp80* %P1
- ret void
+ ret void
}
; Uses ST(1), ST(0) is dead and must be popped.
@@ -61,6 +61,6 @@
%c = extractvalue %0 %a, 1
store x86_fp80 %c, x86_fp80* %P2
- ret void
+ ret void
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61580.198235.patch
Type: text/x-patch
Size: 684 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190506/323d70b9/attachment.bin>
More information about the llvm-commits
mailing list