Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / 2008-04-29-VolatileLoadDontMerge.ll
index e43c22daa42a383c79bbfe46d2682673c396b3f7..f2cc7254a325533112a0f8b39ae50148f75621b4 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {volatile load} | count 2
+; RUN: opt < %s -instcombine -S | grep {volatile load} | count 2
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
 target triple = "i386-apple-darwin8"
 @g_1 = internal global i32 0           ; <i32*> [#uses=3]