From: Bill Schmidt Date: Thu, 11 Sep 2014 20:13:52 +0000 (+0000) Subject: Add missing colon to RUN line... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4604dca9413d44feaa9e6f067b64b7dc9ad80f0;p=llvm Add missing colon to RUN line... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217623 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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"