From d4604dca9413d44feaa9e6f067b64b7dc9ad80f0 Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Thu, 11 Sep 2014 20:13:52 +0000 Subject: [PATCH] Add missing colon to RUN line... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217623 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/asm-constraints.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/PowerPC/asm-constraints.ll b/test/CodeGen/PowerPC/asm-constraints.ll index 1292a8197af..b8eb5efc869 100644 --- a/test/CodeGen/PowerPC/asm-constraints.ll +++ b/test/CodeGen/PowerPC/asm-constraints.ll @@ -1,4 +1,4 @@ -; RUN llc < %s -mcpu=pwr8 | FileCheck %s +; RUN: llc < %s -mcpu=pwr8 | FileCheck %s target datalayout = "e-m:e-i64:64-n32:64" target triple = "powerpc64le-unknown-linux-gnu" -- 2.40.0