diff options
Diffstat (limited to 'test/CodeGen/X86/stdarg.ll')
-rw-r--r-- | test/CodeGen/X86/stdarg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/stdarg.ll b/test/CodeGen/X86/stdarg.ll index 42cbcb1008d3..7b4f4e845fce 100644 --- a/test/CodeGen/X86/stdarg.ll +++ b/test/CodeGen/X86/stdarg.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s +; RUN: llc -stack-symbol-ordering=0 < %s -mtriple=x86_64-linux | FileCheck %s %struct.__va_list_tag = type { i32, i32, i8*, i8* } |