summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/stdarg.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/stdarg.ll')
-rw-r--r--test/CodeGen/X86/stdarg.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/stdarg.ll b/test/CodeGen/X86/stdarg.ll
index 9778fa1389..5728daf1ee 100644
--- a/test/CodeGen/X86/stdarg.ll
+++ b/test/CodeGen/X86/stdarg.ll
@@ -1,4 +1,5 @@
-; RUN: llc < %s -march=x86-64 | grep {testb \[%\]al, \[%\]al}
+; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
+; CHECK: testb %al, %al
%struct.__va_list_tag = type { i32, i32, i8*, i8* }