Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / stdarg.ll
index 9778fa1389486fae7525373c70b7b314940dcb3e..5728daf1ee1ce820b458e9b8eae96ccb9bf47664 100644 (file)
@@ -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* }