llvm/test/CodeGen/X86/shift-parts.ll: FileCheck-ize. (from r212640)
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 10 Jul 2014 11:37:39 +0000 (11:37 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 10 Jul 2014 11:37:39 +0000 (11:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212709 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/shift-parts.ll

index ce4f538f4de43f04ceecbb7c704c165498b9423e..ddad307715a4f96c5a80db5ba078c09960c1f446 100644 (file)
@@ -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 ; <i320> [#uses=1]