mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-05 11:57:07 +00:00
Untabify.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204916 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2b8b9031f4
commit
c112990260
@ -55,9 +55,9 @@ TEST(InstructionsTest, ReturnInst) {
|
||||
class ModuleWithFunctionTest : public testing::Test {
|
||||
protected:
|
||||
ModuleWithFunctionTest() : M(new Module("MyModule", Ctx)) {
|
||||
FArgTypes.push_back(Type::getInt8Ty(Ctx));
|
||||
FArgTypes.push_back(Type::getInt32Ty(Ctx));
|
||||
FArgTypes.push_back(Type::getInt64Ty(Ctx));
|
||||
FArgTypes.push_back(Type::getInt8Ty(Ctx));
|
||||
FArgTypes.push_back(Type::getInt32Ty(Ctx));
|
||||
FArgTypes.push_back(Type::getInt64Ty(Ctx));
|
||||
FunctionType *FTy =
|
||||
FunctionType::get(Type::getVoidTy(Ctx), FArgTypes, false);
|
||||
F = Function::Create(FTy, Function::ExternalLinkage, "", M.get());
|
||||
|
Loading…
x
Reference in New Issue
Block a user