summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM64/ARM64FastISel.cpp
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2014-04-01 12:22:20 +0000
committerAaron Ballman <aaron@aaronballman.com>2014-04-01 12:22:20 +0000
commitd1726ee8fa3a8d4fb6a42e3a8d40b54a4195ca77 (patch)
tree336d0aa41ea2ea369c72cd8ab699e14e052e5f9a /llvm/lib/Target/ARM64/ARM64FastISel.cpp
parent28f30b41769b11fdc6b68f6eff97250983fade46 (diff)
downloadbcm5719-llvm-d1726ee8fa3a8d4fb6a42e3a8d40b54a4195ca77.tar.gz
bcm5719-llvm-d1726ee8fa3a8d4fb6a42e3a8d40b54a4195ca77.zip
Fixing warnings in the MSVC build. No functional changes intended.
llvm-svn: 205301
Diffstat (limited to 'llvm/lib/Target/ARM64/ARM64FastISel.cpp')
-rw-r--r--llvm/lib/Target/ARM64/ARM64FastISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM64/ARM64FastISel.cpp b/llvm/lib/Target/ARM64/ARM64FastISel.cpp
index 1561e25f1eb..51b0f7613ff 100644
--- a/llvm/lib/Target/ARM64/ARM64FastISel.cpp
+++ b/llvm/lib/Target/ARM64/ARM64FastISel.cpp
@@ -1918,7 +1918,7 @@ bool ARM64FastISel::TargetSelectInstruction(const Instruction *I) {
}
return false;
// Silence warnings.
- (void)CC_ARM64_DarwinPCS_VarArg;
+ (void)&CC_ARM64_DarwinPCS_VarArg;
}
namespace llvm {
OpenPOWER on IntegriCloud