Add missing colon to RUN line...

llvm-svn: 217623
This commit is contained in:
Bill Schmidt 2014-09-11 20:13:52 +00:00
parent be95fd5357
commit 3ae268076b
1 changed files with 1 additions and 1 deletions

View File

@ -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"