From e93de7fb73c89dd007f547719f4ffd97c89dfc34 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 10 Jul 2014 11:37:39 +0000 Subject: [PATCH] llvm/test/CodeGen/X86/shift-parts.ll: FileCheck-ize. (from r212640) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212709 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/shift-parts.ll | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/CodeGen/X86/shift-parts.ll b/test/CodeGen/X86/shift-parts.ll index ce4f538f4de..ddad307715a 100644 --- a/test/CodeGen/X86/shift-parts.ll +++ b/test/CodeGen/X86/shift-parts.ll @@ -1,10 +1,12 @@ -; RUN: llc < %s -march=x86-64 | grep shrdq +; RUN: llc -march=x86-64 < %s | FileCheck %s ; PR4736 %0 = type { i32, i8, [35 x i8] } @g_144 = external global %0, align 8 ; <%0*> [#uses=1] +; CHECK: shrdq + define i32 @int87(i32 %uint64p_8) nounwind { entry: %srcval4 = load i320* bitcast (%0* @g_144 to i320*), align 8 ; [#uses=1] -- 2.34.1