summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2009-08-08-CastError.ll
diff options
context:
space:
mode:
authorMichael Liao <michael.liao@intel.com>2013-04-30 07:51:08 +0000
committerMichael Liao <michael.liao@intel.com>2013-04-30 07:51:08 +0000
commitc9ae780b5b5ec05841d56ae334cada0aec73732b (patch)
tree5d3a57933c46f9bc9d3349088ca24a3df499e399 /llvm/test/CodeGen/X86/2009-08-08-CastError.ll
parent036d16d916081d2622531e37df0650bfd2fa4536 (diff)
downloadbcm5719-llvm-c9ae780b5b5ec05841d56ae334cada0aec73732b.tar.gz
bcm5719-llvm-c9ae780b5b5ec05841d56ae334cada0aec73732b.zip
Rewrite X86 codegen regression test with FileCheck
llvm-svn: 180776
Diffstat (limited to 'llvm/test/CodeGen/X86/2009-08-08-CastError.ll')
-rw-r--r--llvm/test/CodeGen/X86/2009-08-08-CastError.ll4
1 files changed, 3 insertions, 1 deletions
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"
OpenPOWER on IntegriCloud