aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/Inline/inline_dce.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/inline_dce.ll')
-rw-r--r--test/Transforms/Inline/inline_dce.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/inline_dce.ll b/test/Transforms/Inline/inline_dce.ll
index b48a9a79e7..dd971bee93 100644
--- a/test/Transforms/Inline/inline_dce.ll
+++ b/test/Transforms/Inline/inline_dce.ll
@@ -2,7 +2,7 @@
; inlined into all of their callers.
; RUN: llvm-as < %s | opt -inline | llvm-dis | \
-; RUN: not grep %reallysmall
+; RUN: not grep @reallysmall
define internal i32 @reallysmall(i32 %A) {
ret i32 %A