summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>2014-09-11 20:13:52 +0000
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>2014-09-11 20:13:52 +0000
commitd4604dca9413d44feaa9e6f067b64b7dc9ad80f0 (patch)
tree607df4bcab889373137fcf4c9deaefe8da945096
parent24ebd0edd63e593f3a05271afd76f9f0f542ce3d (diff)
Add missing colon to RUN line...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217623 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/PowerPC/asm-constraints.ll2
1 files changed, 1 insertions, 1 deletions
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"