Fix comments and RUN line in x86-64 stdarg test leftover from last commit
authorDerek Schuff <dschuff@google.com>
Tue, 8 Sep 2015 20:58:41 +0000 (20:58 +0000)
committerDerek Schuff <dschuff@google.com>
Tue, 8 Sep 2015 20:58:41 +0000 (20:58 +0000)
From http://reviews.llvm.org/D12346

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

test/CodeGen/X86/stdarg.ll

index 3ce505d3f4262369149fbd5acc7c1fa04990e138..42cbcb1008d3318cd2ad05b4df4455e0e8adac05 100644 (file)
@@ -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)