[llvm] r247070 - Fix comments and RUN line in x86-64 stdarg test leftover from last commit
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 8 13:58:41 PDT 2015
Author: dschuff
Date: Tue Sep 8 15:58:41 2015
New Revision: 247070
URL: http://llvm.org/viewvc/llvm-project?rev=247070&view=rev
Log:
Fix comments and RUN line in x86-64 stdarg test leftover from last commit
>From http://reviews.llvm.org/D12346
Modified:
llvm/trunk/test/CodeGen/X86/stdarg.ll
Modified: llvm/trunk/test/CodeGen/X86/stdarg.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/stdarg.ll?rev=247070&r1=247069&r2=247070&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/stdarg.ll (original)
+++ llvm/trunk/test/CodeGen/X86/stdarg.ll Tue Sep 8 15:58:41 2015
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s -check-prefix=CHECK
+; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
%struct.__va_list_tag = type { i32, i32, i8*, i8* }
@@ -10,7 +10,7 @@ entry:
; CHECK: testb %al, %al
; These test for specific offsets, which is very fragile. Still, the test needs
-; to ensure that va_list is correctly handled by both x86-64 and x32.
+; to ensure that va_list has the correct element types.
;
; CHECK-DAG: movq {{.*}}, 192(%rsp)
; CHECK-DAG: movq {{.*}}, 184(%rsp)
More information about the llvm-commits
mailing list