commit | 1432ef864e363e91890bb1f9678f499f866dda0f | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Wed Aug 12 22:10:57 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Wed Aug 12 22:10:57 2009 +0000 |
tree | d2f1697774254d49628dddcdc47ac334a08c731d | |
parent | cb2752bb5d0d75c7e1799f1cde17546986ba4fbb [diff] [blame] |
This void is implicit in C++. llvm-svn: 78848
diff --git a/llvm/lib/Target/ARM/ARMJITInfo.cpp b/llvm/lib/Target/ARM/ARMJITInfo.cpp index 10c765c..a3866c8 100644 --- a/llvm/lib/Target/ARM/ARMJITInfo.cpp +++ b/llvm/lib/Target/ARM/ARMJITInfo.cpp
@@ -51,7 +51,7 @@ // control over register saving and restoring. extern "C" { #if defined(__arm__) - void ARMCompilationCallback(void); + void ARMCompilationCallback(); asm( ".text\n" ".align 2\n"