[llvm-commits] [llvm] r159637 - /llvm/trunk/test/CodeGen/X86/2007-09-05-InvalidAsm.ll

NAKAMURA Takumi geek4civic at gmail.com
Mon Jul 2 20:59:08 PDT 2012


Author: chapuni
Date: Mon Jul  2 22:59:08 2012
New Revision: 159637

URL: http://llvm.org/viewvc/llvm-project?rev=159637&view=rev
Log:
test/CodeGen/X86/2007-09-05-InvalidAsm.ll: FileCheck-ize.

Modified:
    llvm/trunk/test/CodeGen/X86/2007-09-05-InvalidAsm.ll

Modified: llvm/trunk/test/CodeGen/X86/2007-09-05-InvalidAsm.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2007-09-05-InvalidAsm.ll?rev=159637&r1=159636&r2=159637&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2007-09-05-InvalidAsm.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2007-09-05-InvalidAsm.ll Mon Jul  2 22:59:08 2012
@@ -1,4 +1,5 @@
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -x86-asm-syntax=intel | not grep "lea[[:space:]]R"
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -x86-asm-syntax=intel | FileCheck %s
+; CHECK-NOT: lea R
 
 	%struct.AGenericCall = type { %struct.AGenericManager*, %struct.ComponentParameters*, i32* }
 	%struct.AGenericManager = type <{ i8 }>





More information about the llvm-commits mailing list