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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242521 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrey Bokhanko 2015-07-17 12:25:21 +00:00
parent 78900c6bb1
commit 90cc12ebab
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; }