Update test.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 9 Sep 2009 02:41:50 +0000 (02:41 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 9 Sep 2009 02:41:50 +0000 (02:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81314 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/StripSymbols/2007-01-15-llvm.used.ll

index cdf2ed43ca161363c51284a6d777fa2cc207fec6..69febc35df765decba05c9a1cf1ef745f9fdf9fe 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -strip -S | grep foo | count 2
-; RUN: opt %s -strip -S | grep bar | count 2
+; RUN: opt %s -strip -S | grep foo | count 2
+; RUN: opt %s -strip -S | grep bar | count 2
 @llvm.used = appending global [2 x i8*] [ i8* bitcast (i32* @foo to i8*), i8* bitcast (i32 ()* @bar to i8*) ], section "llvm.metadata"         ; <[2 x i8*]*> [#uses=0]
 @foo = internal constant i32 41                ; <i32*> [#uses=1]