diff options
| author | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | 2014-09-11 20:13:52 +0000 | 
|---|---|---|
| committer | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | 2014-09-11 20:13:52 +0000 | 
| commit | 3ae268076b4225a744f3dfc4c1167592e51485c3 (patch) | |
| tree | 5ca5eb131e55fcdfc34be7b02099b7e6fefbdebf /llvm/test/CodeGen | |
| parent | be95fd535774a6f2bf0f6bbb3030562e58f97948 (diff) | |
| download | bcm5719-llvm-3ae268076b4225a744f3dfc4c1167592e51485c3.tar.gz bcm5719-llvm-3ae268076b4225a744f3dfc4c1167592e51485c3.zip  | |
Add missing colon to RUN line...
llvm-svn: 217623
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/asm-constraints.ll | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/asm-constraints.ll b/llvm/test/CodeGen/PowerPC/asm-constraints.ll index 1292a8197af..b8eb5efc869 100644 --- a/llvm/test/CodeGen/PowerPC/asm-constraints.ll +++ b/llvm/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"  | 

