[llvm] r360019 - [NFC] This is a test for the commit access.
Pengfei Wang via llvm-commits
llvm-commits at lists.llvm.org
Mon May 6 01:31:18 PDT 2019
Author: pengfei
Date: Mon May 6 01:31:18 2019
New Revision: 360019
URL: http://llvm.org/viewvc/llvm-project?rev=360019&view=rev
Log:
[NFC] This is a test for the commit access.
Summary: Signed-off-by: Pengfei Wang <pengfei.wang at intel.com>
Reviewers: LuoYuanke
Subscribers: llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D61580
Modified:
llvm/trunk/test/CodeGen/X86/fp-stack-2results.ll
Modified: llvm/trunk/test/CodeGen/X86/fp-stack-2results.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fp-stack-2results.ll?rev=360019&r1=360018&r2=360019&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fp-stack-2results.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fp-stack-2results.ll Mon May 6 01:31:18 2019
@@ -33,7 +33,7 @@ define void @call1(x86_fp80 *%P1, x86_fp
%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 @@ define void @call3(x86_fp80 *%P1, x86_fp
%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 @@ define void @call4(x86_fp80 *%P1, x86_fp
%c = extractvalue %0 %a, 1
store x86_fp80 %c, x86_fp80* %P2
- ret void
+ ret void
}
More information about the llvm-commits
mailing list