Changed "pragma" -> "#pragma" in a comment, NFC.

llvm-svn: 242521
This commit is contained in:
Andrey Bokhanko 2015-07-17 12:25:21 +00:00
parent 9ca9ca2805
commit f647202fd5
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ extern "C" {
// CHECK: define i32 @bar()
}
// Check that pragma redefine_extname applies to C code only, and shouldn't be
// Check that #pragma redefine_extname applies to C code only, and shouldn't be
// applied to C++.
#pragma redefine_extname foo_cpp bar_cpp
extern int foo_cpp() { return 1; }