From c9ae780b5b5ec05841d56ae334cada0aec73732b Mon Sep 17 00:00:00 2001 From: Michael Liao Date: Tue, 30 Apr 2013 07:51:08 +0000 Subject: Rewrite X86 codegen regression test with FileCheck llvm-svn: 180776 --- llvm/test/CodeGen/X86/2009-08-08-CastError.ll | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/X86/2009-08-08-CastError.ll') diff --git a/llvm/test/CodeGen/X86/2009-08-08-CastError.ll b/llvm/test/CodeGen/X86/2009-08-08-CastError.ll index 2dc812dbc62..748c5a8cc19 100644 --- a/llvm/test/CodeGen/X86/2009-08-08-CastError.ll +++ b/llvm/test/CodeGen/X86/2009-08-08-CastError.ll @@ -1,4 +1,6 @@ -; RUN: llc < %s -mtriple=x86_64-pc-mingw64 | grep movabsq +; RUN: llc < %s -mtriple=x86_64-pc-mingw64 | FileCheck %s + +; CHECK: movabsq target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128" -- cgit v1.2.3