summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-30 22:38:11 +0000
committerDan Gohman <gohman@apple.com>2010-04-30 22:38:11 +0000
commit0cb06d64e8d7ffb6de98707765a17e35c7033169 (patch)
treef7c6d6246e6bd64f3162a0478b82a77855ce5fda /llvm/lib
parenta9bac86d16a9026a2f9671bcff9660609247a780 (diff)
downloadbcm5719-llvm-0cb06d64e8d7ffb6de98707765a17e35c7033169.tar.gz
bcm5719-llvm-0cb06d64e8d7ffb6de98707765a17e35c7033169.zip
Fix a typo.
llvm-svn: 102799
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Alpha/AlphaJITInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaJITInfo.cpp b/llvm/lib/Target/Alpha/AlphaJITInfo.cpp
index cb8eb514656..12685ed17e3 100644
--- a/llvm/lib/Target/Alpha/AlphaJITInfo.cpp
+++ b/llvm/lib/Target/Alpha/AlphaJITInfo.cpp
@@ -103,7 +103,7 @@ extern "C" {
asm(
".text\n"
- ".globl AlphaComilationCallbackC\n"
+ ".globl AlphaCompilationCallbackC\n"
".align 4\n"
".globl AlphaCompilationCallback\n"
".ent AlphaCompilationCallback\n"
OpenPOWER on IntegriCloud