diff options
author | Derek Schuff <dschuff@google.com> | 2015-09-08 20:58:41 +0000 |
---|---|---|
committer | Derek Schuff <dschuff@google.com> | 2015-09-08 20:58:41 +0000 |
commit | 45c832c5d82657a71baa4dec898e557bfadb8def (patch) | |
tree | 67564c8cb541fce8a498bad589c2001ccee0efe7 /llvm | |
parent | eef533f42219f2e2707e6dd13b69a7b0d3374690 (diff) | |
download | bcm5719-llvm-45c832c5d82657a71baa4dec898e557bfadb8def.tar.gz bcm5719-llvm-45c832c5d82657a71baa4dec898e557bfadb8def.zip |
Fix comments and RUN line in x86-64 stdarg test leftover from last commit
From http://reviews.llvm.org/D12346
llvm-svn: 247070
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/CodeGen/X86/stdarg.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/stdarg.ll b/llvm/test/CodeGen/X86/stdarg.ll index 3ce505d3f42..42cbcb1008d 100644 --- a/llvm/test/CodeGen/X86/stdarg.ll +++ b/llvm/test/CodeGen/X86/stdarg.ll @@ -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) |