summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/irgen.c
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-12-11 22:11:52 +0000
committerDouglas Gregor <dgregor@apple.com>2012-12-11 22:11:52 +0000
commitc50d4924eb2e84f5b2d9a39ab828410624f27643 (patch)
tree41595167dda1e9644cc359f865e63de151bc25d4 /clang/test/Modules/irgen.c
parentb798fc98491be64027818fd2362e1896a9935903 (diff)
downloadbcm5719-llvm-c50d4924eb2e84f5b2d9a39ab828410624f27643.tar.gz
bcm5719-llvm-c50d4924eb2e84f5b2d9a39ab828410624f27643.zip
Use @import rather than @__experimental_modules_import, since the
latter is rather a mess to type. llvm-svn: 169919
Diffstat (limited to 'clang/test/Modules/irgen.c')
-rw-r--r--clang/test/Modules/irgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/irgen.c b/clang/test/Modules/irgen.c
index 4a080db5b2e..8f4c299a7ef 100644
--- a/clang/test/Modules/irgen.c
+++ b/clang/test/Modules/irgen.c
@@ -3,7 +3,7 @@
// RUN: %clang_cc1 -fmodules -x objective-c -fmodule-cache-path %t -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s
// FIXME: When we have a syntax for modules in C, use that.
-@__experimental_modules_import irgen;
+@import irgen;
// CHECK: define void @triple_value
void triple_value(int *px) {
OpenPOWER on IntegriCloud