Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grep
[oota-llvm.git] / test / CodeGen / X86 / fast-isel-constpool.ll
index b3adb802a8c57172a7d8979e1dbc820e9779c0d7..bbbaeb23391955d0a6d1d2a4b296e19504147a6f 100644 (file)
@@ -1,4 +1,6 @@
-; RUN: llc < %s -fast-isel | grep "LCPI0_0(%rip)"
+; RUN: llc < %s -fast-isel | FileCheck %s
+; CHECK: LCPI0_0(%rip)
+
 ; Make sure fast isel uses rip-relative addressing when required.
 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"
 target triple = "x86_64-apple-darwin9.0"