From 1d2d12deb1849304ece5b9a6688571ecf3958be5 Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Wed, 15 Aug 2012 19:16:27 +0000 Subject: Properly test the LLVM_USE_RVALUE_REFERENCES macro. llvm-svn: 161978 --- llvm/lib/Support/Windows/PathV2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Support/Windows') diff --git a/llvm/lib/Support/Windows/PathV2.inc b/llvm/lib/Support/Windows/PathV2.inc index 23f42aa10b0..696768ba9dd 100644 --- a/llvm/lib/Support/Windows/PathV2.inc +++ b/llvm/lib/Support/Windows/PathV2.inc @@ -861,7 +861,7 @@ mapped_file_region::~mapped_file_region() { ::CloseHandle(FileHandle); } -#ifdef LLVM_USE_RVALUE_REFERENCES +#if LLVM_USE_RVALUE_REFERENCES mapped_file_region::mapped_file_region(mapped_file_region &&other) : Mode(other.Mode) , Size(other.Size) -- cgit v1.2.3