OSDN Git Service

[NFC] This is a test for the commit access.
authorPengfei Wang <pengfei.wang@intel.com>
Mon, 6 May 2019 08:31:18 +0000 (08:31 +0000)
committerPengfei Wang <pengfei.wang@intel.com>
Mon, 6 May 2019 08:31:18 +0000 (08:31 +0000)
Summary: Signed-off-by: Pengfei Wang <pengfei.wang@intel.com>

Reviewers: LuoYuanke

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D61580

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360019 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/fp-stack-2results.ll

index 0e8dbbf..c5a2d1a 100644 (file)
@@ -33,7 +33,7 @@ define void @call1(x86_fp80 *%P1, x86_fp80 *%P2) {
 
   %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_fp80 *%P2) {
   %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_fp80 *%P2) {
 
   %c = extractvalue %0 %a, 1
   store x86_fp80 %c, x86_fp80* %P2
-  ret void 
+  ret void
 }