summaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalOpt
diff options
context:
space:
mode:
authorStephen Lin <stephenwlin@gmail.com>2013-07-14 02:10:57 +0000
committerStephen Lin <stephenwlin@gmail.com>2013-07-14 02:10:57 +0000
commit181a289256d8276ffe247405b521074f9947a124 (patch)
treef2c854c1a0c334b776c30bdacb832b0ccf4100e6 /test/Transforms/GlobalOpt
parent15bfd6d3ad739cca0a12049f3e7e94c3645ee881 (diff)
downloadllvm-181a289256d8276ffe247405b521074f9947a124.tar.gz
llvm-181a289256d8276ffe247405b521074f9947a124.tar.bz2
llvm-181a289256d8276ffe247405b521074f9947a124.tar.xz
Fixup to r186268 and r186269: don't append -LABEL to CHECK-NOT. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186271 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/GlobalOpt')
-rw-r--r--test/Transforms/GlobalOpt/2009-02-15-ResolveAlias.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GlobalOpt/2009-02-15-ResolveAlias.ll b/test/Transforms/GlobalOpt/2009-02-15-ResolveAlias.ll
index 7fb8d9c172..b98facad39 100644
--- a/test/Transforms/GlobalOpt/2009-02-15-ResolveAlias.ll
+++ b/test/Transforms/GlobalOpt/2009-02-15-ResolveAlias.ll
@@ -1,7 +1,7 @@
; RUN: opt < %s -globalopt -S | FileCheck %s
define internal void @f() {
-; CHECK-NOT-LABEL: @f(
+; CHECK-NOT: @f(
; CHECK: define void @a
ret void
}