aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/VMCore/Globals.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/VMCore/Globals.cpp b/lib/VMCore/Globals.cpp
index 41a9adda07..021d6bf801 100644
--- a/lib/VMCore/Globals.cpp
+++ b/lib/VMCore/Globals.cpp
@@ -223,7 +223,7 @@ const GlobalValue *GlobalAlias::getAliasedGlobal() const {
else
assert(0 && "Unsupported aliasee");
}
- } else
- return 0;
+ }
+ return 0;
}