Add missing register forms of instructions to the ARM CMP-folding code. This
[oota-llvm.git] / test / FrontendC++ / 2010-07-23-DeclLoc.cpp
index 84c63b10b93fc0142a744cbf467af31eab845303..9bf432beb7276609899aa679430fde3cf42ac1f3 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %llvmgxx -emit-llvm -S -g %s -o - | FileCheck %s
+// RUN: %llvmgxx -S -g %s -o - | FileCheck %s
 // Require the template function declaration refer to the correct filename.
 // First, locate the function decl in metadata, and pluck out the file handle:
 // CHECK: {{extract_dwarf_data_from_header.*extract_dwarf_data_from_header.*extract_dwarf_data_from_header.*[^ ]+", metadata !}}[[filehandle:[0-9]+]],
@@ -63,13 +63,13 @@ public:
     _TEXT_text_section(0, 0, __null), _dsym_path(__null), _dylib_current_version(0), _dylib_compatibility_version(0) {}
 };
 template <typename SIZE_AND_ENDIANNESS> class TExtendedMachOHeader {};
-# 16 "/decl_should_be_here.hpp"
+# 16 "decl_should_be_here.hpp"
 template <typename SIZE_AND_ENDIANNESS> void extract_dwarf_data_from_header(TExtendedMachOHeader<SIZE_AND_ENDIANNESS>& header,
                                                                             TRawSymbolOwnerData<typename SIZE_AND_ENDIANNESS::SIZE>& symbol_owner_data,
                                                                             TAddressRelocator<typename SIZE_AND_ENDIANNESS::SIZE>* address_relocator) {}
 struct CSCppSymbolOwnerHashFunctor {
   size_t operator()(const CSCppSymbolOwner& symbol_owner) const {
-# 97 "/wrong_place_for_decl.cpp"
+# 97 "wrong_place_for_decl.cpp"
   }
 };
 template <typename SIZE_AND_ENDIANNESS> CSCppSymbolOwnerData* create_symbol_owner_data_arch_specific(CSCppSymbolOwner* symbol_owner, const char* dsym_path) {