summaryrefslogtreecommitdiffstats
path: root/clang/test/ASTMerge
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/ASTMerge')
-rw-r--r--clang/test/ASTMerge/Inputs/exprs3.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/clang/test/ASTMerge/Inputs/exprs3.cpp b/clang/test/ASTMerge/Inputs/exprs3.cpp
index 1fb667b4577..7ed8e338452 100644
--- a/clang/test/ASTMerge/Inputs/exprs3.cpp
+++ b/clang/test/ASTMerge/Inputs/exprs3.cpp
@@ -104,17 +104,6 @@ void testOffsetOf() {
}
-unsigned char asmFunc(unsigned char a, unsigned char b) {
- unsigned int la = a;
- unsigned int lb = b;
- unsigned int bigres;
- unsigned char res;
- __asm__ ("0:\n1:\n" : [bigres] "=la"(bigres) : [la] "0"(la), [lb] "c"(lb) :
- "edx", "cc");
- res = bigres;
- return res;
-}
-
int testDefaultArg(int a = 2*2) {
return a;
}
OpenPOWER on IntegriCloud