summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2014-02-13 00:31:14 +0000
committerLang Hames <lhames@gmail.com>2014-02-13 00:31:14 +0000
commit5803c24f1f28ee5798d6b977acfcf655e44f26cf (patch)
tree6ffce10d33d68d8225f1b9961108d8629e51a9d4
parentf50dc56baa395e696d2d52f634503d7b011c95c0 (diff)
downloadbcm5719-llvm-5803c24f1f28ee5798d6b977acfcf655e44f26cf.tar.gz
bcm5719-llvm-5803c24f1f28ee5798d6b977acfcf655e44f26cf.zip
Fix misleading comment.
llvm-svn: 201279
-rw-r--r--llvm/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp b/llvm/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
index 0a696a47860..fa79a2e7df9 100644
--- a/llvm/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
+++ b/llvm/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
@@ -173,7 +173,7 @@ protected:
LLVMSetTarget(Module, HostTriple.c_str());
- // build a global variable initialized to "Hello World!"
+ // build a global int32 variable initialized to 42.
LLVMValueRef GlobalVar = LLVMAddGlobal(Module, LLVMInt32Type(), "intVal");
LLVMSetInitializer(GlobalVar, LLVMConstInt(LLVMInt32Type(), 42, 0));
OpenPOWER on IntegriCloud