summaryrefslogtreecommitdiff
path: root/test/Assembler
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-06 00:00:13 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-06 00:00:13 +0000
commit0985b3c81c4b56c4fb7104778df8e9ab21438d4b (patch)
treead4caab4f24c83f7a8ac6a06b07499d4e7e17ea2 /test/Assembler
parent8211becc98131d3ce1813cd97413240bc0afad00 (diff)
downloadllvm-0985b3c81c4b56c4fb7104778df8e9ab21438d4b.tar.gz
llvm-0985b3c81c4b56c4fb7104778df8e9ab21438d4b.tar.bz2
llvm-0985b3c81c4b56c4fb7104778df8e9ab21438d4b.tar.xz
Fix spacing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81097 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler')
-rw-r--r--test/Assembler/anon-functions.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/anon-functions.ll b/test/Assembler/anon-functions.ll
index e08063e655..ac06e8ce30 100644
--- a/test/Assembler/anon-functions.ll
+++ b/test/Assembler/anon-functions.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s |llvm-dis | llvm-as | llvm-dis
+; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis
; PR3611
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"