Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / stdarg.ll
index 7207057729fda4e977386eb00f4fe377e8356915..5728daf1ee1ce820b458e9b8eae96ccb9bf47664 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | llc -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* }