Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / cast_ld_addr_space.ll
index 3ae2580f461512c22951acbeb5fac806e463ee65..e94dce7e906ba07dcfa6ba6a53afbbf678838c78 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | grep bitcast | count 1
+; RUN: opt %s -instcombine -S | grep bitcast | count 1
 
 ; InstCombine can not 'load (cast P)' -> cast (load P)' if the cast changes
 ; the address space.